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

garble

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

garble - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

bin/garble.js

13

package.json

@@ -11,9 +11,10 @@ {

"main": "garble.js",
"version": "0.1.0",
"version": "0.1.1",
"devDependencies": {
"uglify-js": "2.x",
"eslint": "0.8.x"
"eslint": "0.8.x",
"bower": "1.x"
},
"scripts": {
"test": "eslint garble.js",
"test": "eslint garble.js bin/*",
"build": "uglifyjs garble.js -o garble-min.js"

@@ -30,4 +31,8 @@ },

"garble-min.js",
"bin",
"LICENSE"
]
],
"bin": {
"garble": "./bin/garble.js"
}
}
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