Comparing version 0.36.9 to 0.36.10
@@ -6,3 +6,3 @@ { | ||
}, | ||
"bin": "./bin/snaplet", | ||
"bin": "./bin/snaplet.mjs", | ||
"description": "Snaplet CLI", | ||
@@ -22,3 +22,3 @@ "devDependencies": { | ||
"files": [ | ||
"bin", | ||
"bin/snaplet.mjs", | ||
"dist", | ||
@@ -42,3 +42,3 @@ "README.md", | ||
"build": "tsup src/index.ts --clean --dts --format cjs,esm", | ||
"prepublishOnly": "yarn run build && node ./scripts/prepublishOnly.cjs", | ||
"prepublishOnly": "yarn run build", | ||
"postinstall": "node ./scripts/postInstall.cjs" | ||
@@ -48,3 +48,6 @@ }, | ||
"types": "./dist/index.d.ts", | ||
"version": "0.36.9" | ||
"version": "0.36.10", | ||
"dependencies": { | ||
"execa": "7.1.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
84
4517
1
7
3
+ Addedexeca@7.1.0
+ Addedcross-spawn@7.0.6(transitive)
+ Addedexeca@7.1.0(transitive)
+ Addedget-stream@6.0.1(transitive)
+ Addedhuman-signals@4.3.1(transitive)
+ Addedis-stream@3.0.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedmerge-stream@2.0.0(transitive)
+ Addedmimic-fn@4.0.0(transitive)
+ Addednpm-run-path@5.3.0(transitive)
+ Addedonetime@6.0.0(transitive)
+ Addedpath-key@3.1.14.0.0(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedsignal-exit@3.0.7(transitive)
+ Addedstrip-final-newline@3.0.0(transitive)
+ Addedwhich@2.0.2(transitive)