Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

onionskin

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onionskin - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

.bowerrc

54

package.json
{
"name": "onionskin",
"version": "0.0.0",
"description": "coming soon",
"license": "MIT"
"version": "1.0.0",
"description": "Multilayer Cache Manager for JavaScript",
"main": "src/onionskin.js",
"scripts": {
"test": "mocha -- test/*_test.js test/*/*_test.js test/*/*/*_test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/onionskin/onionskin.git"
},
"keywords": [
"onionskin",
"stash",
"stash.js",
"cache",
"manager",
"library",
"javascript",
"multilayer",
"redis",
"memcached",
"localStorage",
"ephemeral",
"indexeddb"
],
"author": "Tadeu Zagallo <tadeuzagallo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/onionskin/onionskin/issues"
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.18.2"
},
"dependencies": {
"bluebird": "~1.2.4"
},
"testling": {
"harness": "mocha-bdd",
"files": ["test/test_helper.js", "test/*_test.js", "test/*/*_test.js", "test/*/*/*_test.js"],
"browsers": [
"ie/9..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/5..latest",
"opera/11.0..latest",
"iphone/5..latest",
"ipad/5..latest",
"android-browser/4..latest"
]
}
}
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