New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

snaplet

Package Overview
Dependencies
Maintainers
3
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snaplet - npm Package Compare versions

Comparing version 0.36.9 to 0.36.10

bin/snaplet.mjs

11

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc