easy-libcurl
Advanced tools
Comparing version 1.0.0 to 1.0.1-binding.gyp
{ | ||
"name": "easy-libcurl", | ||
"version": "1.0.0", | ||
"version": "1.0.1-binding.gyp", | ||
"description": "Fork of JCMais/node-libcurl - exposes only Easy interface, clean dist, up-to-date and minimal dependencies.", | ||
@@ -28,7 +28,7 @@ "keywords": [ | ||
"dist", | ||
"scripts" | ||
"scripts", | ||
"binding.gyp" | ||
], | ||
"binary": { | ||
"module_name": "node_libcurl", | ||
"node_libcurl_version": "3.0.0", | ||
"module_path": "./lib/binding/", | ||
@@ -48,3 +48,4 @@ "remote_path": "./v3.0.0/", | ||
"nan": "^2.18.0", | ||
"node-gyp": "9.4.0" | ||
"node-gyp": "9.4.0", | ||
"tslib": "^2.6.2" | ||
}, | ||
@@ -51,0 +52,0 @@ "devDependencies": { |
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
747540
218
4
1
2
+ Addedtslib@^2.6.2
+ Addedtslib@2.8.1(transitive)