Comparing version 6.0.2 to 6.0.3
{ | ||
"name": "zeromq", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "Next-generation ZeroMQ bindings for Node.js", | ||
"main": "lib/index.js", | ||
"type": "commonjs", | ||
"types": "lib/index.d.ts", | ||
"type": "commonjs", | ||
"typesVersions": { | ||
">=3.7": { | ||
"<=3.7": { | ||
"lib/*": [ | ||
@@ -98,7 +98,9 @@ "lib/ts3.7/*" | ||
"scripts": { | ||
"install": "(npm run build.js || echo __skipping_js_build__) && cross-env npm_config_build_from_source=true aminya-node-gyp-build", | ||
"clean": "shx rm -rf ./build ./lib/ ./prebuilds ./script/*.js ./script/*.mjs ./script/*.js.map ./script/*.mjs.map ./script/*.d.ts ./script/*.d.mts ./script/*.cjs ./scripts/*.cjs.map ./scripts/*.d.cts ./script/*.tsbuildinfo", | ||
"install": "cross-env npm_config_build_from_source=true aminya-node-gyp-build", | ||
"clean": "shx rm -rf ./build ./lib/ ./prebuilds", | ||
"clean.script": "shx rm -rf ./script/*.js ./script/*.mjs ./script/*.js.map ./script/*.mjs.map ./script/*.d.ts ./script/*.d.mts ./script/*.cjs ./scripts/*.cjs.map ./scripts/*.d.cts ./script/*.tsbuildinfo", | ||
"clean.release": "shx rm -rf ./build/Release", | ||
"clean.temp": "shx rm -rf ./tmp && shx mkdir -p ./tmp", | ||
"build.library": "tsc -p ./src/tsconfig.json", | ||
"build.library": "tsc -p ./src/tsconfig.json && run-s build.downlevel", | ||
"build.downlevel": "downlevel-dts ./lib ./lib/ts3.7", | ||
"build.script": "tsc -p ./script/tsconfig.esm.json && tsc -p ./script/tsconfig.json", | ||
@@ -105,0 +107,0 @@ "build.js": "run-p build.script build.library", |
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
103
13201
1
797705