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

pirate

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pirate - npm Package Compare versions

Comparing version 1.0.0-alpha-06 to 1.0.0-alpha-07

LICENSE

10

package.json
{
"name": "pirate",
"version": "1.0.0-alpha-06",
"version": "1.0.0-alpha-07",
"description": "A simple key-value storage interface with adapters for different databases",

@@ -18,7 +18,9 @@ "main": "lib/index.js",

"engines" : {
"node" : ">=0.11 < 0.12"
"node" : ">=0.11"
},
"scripts": {
"prepublish": "coffee --nodejs --harmony -o lib/ -c src/*.*coffee",
"test": "coffee --nodejs --harmony test/index.coffee",
"prepublish": "coffee --nodejs --harmony -o lib/ -c src/*.coffee"
"watch": "coffee --nodejs --harmony -o lib/ -cw src/*.*coffee",
"tag": "(node_modules/.bin/json -f package.json version | tee VERSION | xargs -I version git tag -am version version) && git push --tags"
},

@@ -39,4 +41,4 @@ "repository": {

"author": "Dan Yoder",
"license": "MIT",
"license": "ISC",
"readmeFilename": "README.md"
}
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