Gathering detailed insights and metrics for native-ext-loader-chimaera
Gathering detailed insights and metrics for native-ext-loader-chimaera
Gathering detailed insights and metrics for native-ext-loader-chimaera
Gathering detailed insights and metrics for native-ext-loader-chimaera
npm install native-ext-loader-chimaera
Typescript
Module System
Node Version
NPM Version
64.9
Supply Chain
79.5
Quality
74.9
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
16 Commits
1 Watchers
1 Branches
1 Contributors
Updated on May 29, 2018
Minified
Minified + Gzipped
Latest Version
2.1.0
Package Id
native-ext-loader-chimaera@2.1.0
Unpacked Size
4.62 kB
Size
2.38 kB
File Count
5
NPM Version
6.1.0
Node Version
8.11.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Package for loading native files in Node and Electron applications. The project is inspired by the node-addon-loader. It works in the similar way but allows to build path at runtime.
Add the package to the development dependencies:
1# using npm: 2$ npm install native-ext-loader --save-dev 3 4# using yarn: 5$ yarn add --dev native-ext-loader
Update rules entry in the Webpack configuration file:
1module: { 2 rules: [{ 3 test: /\.node$/, 4 loader: 'native-ext-loader' 5 }] 6}
Options are configurable using options
hash:
1module: { 2 rules: [{ 3 test: /\.node$/, 4 loader: 'native-ext-loader', 5 options: { 6 rewritePath: path.resolve(__dirname, 'dist') 7 } 8 }] 9}
rewritePath
(default: undefined
)It allows to set an absolute paths to native files.
Note that it needs to remain undefined
if you are building a package with embedded files. This way, the compiled application will work no matter of its location. This is important when building Electron applications that can be placed in any directory by the end user.
package.json
and CHANGELOG.md
files.npm install
to update package-lock.json
file.-a
and include changes)npm publish
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 0/16 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-05-05
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