Gathering detailed insights and metrics for @faressoft/node-pty-prebuilt
Gathering detailed insights and metrics for @faressoft/node-pty-prebuilt
Gathering detailed insights and metrics for @faressoft/node-pty-prebuilt
Gathering detailed insights and metrics for @faressoft/node-pty-prebuilt
A parallel fork of node-pty providing prebuilt packages for Node.js and Electron.
npm install @faressoft/node-pty-prebuilt
Typescript
Module System
Node Version
NPM Version
60.6
Supply Chain
81.4
Quality
71.3
Maintenance
100
Vulnerability
99.3
License
TypeScript (51.87%)
C++ (42.25%)
JavaScript (3.79%)
Python (2.1%)
Total Downloads
34,714
Last Day
2
Last Week
6
Last Month
29
Last Year
191
NOASSERTION License
1 Stars
967 Commits
1 Watchers
3 Branches
1 Contributors
Updated on Sep 04, 2022
Minified
Minified + Gzipped
Latest Version
0.9.0
Package Id
@faressoft/node-pty-prebuilt@0.9.0
Unpacked Size
1.03 MB
Size
230.08 kB
File Count
243
NPM Version
5.6.0
Node Version
8.11.3
Cumulative downloads
Total Downloads
Last Day
-50%
2
Compared to previous day
Last Week
-14.3%
6
Compared to previous week
Last Month
26.1%
29
Compared to previous month
Last Year
-89.9%
191
Compared to previous year
2
This project is a parallel fork of node-pty
providing prebuilt packages for certain Node.js and Electron versions.
Thanks to the excellent prebuild
and
prebuild-install
modules, using this module
is extremely easy. You merely have to change your node-pty
dependency to
node-pty-prebuilt
and then change any require
statements in your code from
require('node-pty')
to require('node-pty-prebuilt')
.
NOTE: We started shipping prebuilds as of node-pty version 0.7.3, no prior versions are provided! If you were using an earlier version of
node-pty
you will need to update your code to account for any API changes that may have occurred.
We maintain a parallel fork of the node-pty
codebase that will be updated as new
releases are shipped. When we merge new updates to the code into the prebuild
branch, new prebuilt packages for our supported Node.js and Electron versions
are updated to the corresponding GitHub release.
When node-pty-prebuilt
is installed as a package dependency, the
install
script
checks to see if there's a prebuilt package on this repo for the OS, ABI version,
and architecture of the current process and then downloads it, extracting it into
the module path. If a corresponding prebuilt package is not found, node-gyp
is invoked to build the package for the current platform.
We currently build packages for all versions of Node.js and Electron that are
supported by the prebuild
module. You can see the full list of versions by checking
out the supportedTargets
list in node-abi
.
Copyright (c) 2012-2015, Christopher Jeffrey (MIT License). Copyright (c) 2016, Daniel Imms (MIT License). Copyright (c) 2018, Microsoft Corporation (MIT License). Copyright (c) 2018, David Wilson (MIT License). Copyright (c) 2019, Mohammad Fares (MIT License).
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
19 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-16
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More