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

akasha

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akasha - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.npmignore

60

package.json
{
"name": "akasha",
"version": "0.0.1",
"description": "Store the ethereal.",
"version": "0.0.2",
"description": "Localstorage with Cookie fallback",
"main": "lib/",
"bin": "bin/akasha",
"scripts": {
"prepublish": "cake build-min",
"test": "cake test"
"prepublish": "cake build-min"
},
"repository": {
"type": "git",
"url": "https://github.com/zeekay/akasha"
"url": "git+https://github.com/davidtai/akasha.git"
},
"author": "Zach Kelling <zach@zeekay.io> (http://zeekay.io)",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/zeekay/akasha/blob/master/LICENSE"
}
"keywords": [
"store",
"localstorage",
"cookie"
],
"author": "David Tai",
"license": "MIT",
"licenses": {
"type": "MIT",
"url": "https://github.com/davidtai/akasha/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/zeekay/akasha/issues"
"url": "https://github.com/davidtai/akasha/issues"
},
"homepage": "https://github.com/zeekay/akasha#readme"
}
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/davidtai/akasha#readme",
"devDependencies": {
"cake-publish": "0.1.5",
"cake-test": "0.1.0",
"cake-version": "0.1.9",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"co-mocha": "1.2.0",
"codecov.io": "0.1.6",
"coffee-coverage": "1.0.1",
"coffee-script": "1.12.3",
"coveralls": "2.11.16",
"es5-shim": "4.5.9",
"istanbul": "0.4.5",
"mocha": "3.2.0",
"mz": "2.6.0",
"postmortem": "0.2.4",
"requisite": "1.19.1",
"shortcake": "1.1.18",
"uglify-js": "2.7.5"
},
"dependencies": {
"crypto-js": "3.1.9-1",
"js-cookie": "2.1.3",
"store": "1.3.20"
}
}

@@ -1,2 +0,1 @@

# Akasha
Store the ethereal.
# akasha
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