You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

napi-postinstall

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

napi-postinstall - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+6
-3
package.json
{
"name": "napi-postinstall",
"version": "0.1.1",
"version": "0.1.2",
"type": "commonjs",

@@ -8,3 +8,3 @@ "description": "The `postinstall` script helper for handling native bindings in legacy `npm` versions",

"author": "JounQin <admin@1stg.me> (https://www.1stG.me)",
"funding": "https://opencollective.com/unts",
"funding": "https://opencollective.com/napi-postinstall",
"license": "MIT",

@@ -29,3 +29,6 @@ "engines": {

"!**/*.tsbuildinfo"
]
],
"dependencies": {
"tslib": "^2.8.1"
}
}