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.1.7 to 0.1.8

27

package.json
{
"name": "akasha",
"version": "0.1.7",
"version": "0.1.8",
"description": "Cross-browser storage with cookie-based fallback. Inspired by [store.js](https://github.com/marcuswestin/store.js/).",

@@ -13,3 +13,6 @@ "main": "lib/akasha.js",

"scripts": {
"prepublishOnly": "sake build"
"build": "sake build",
"prepublishOnly": "sake build",
"pretest": "sake build",
"test": "sake test"
},

@@ -21,5 +24,8 @@ "repository": {

"keywords": [
"store",
"localstorage",
"cookie"
"cookie",
"cookies",
"localStorage",
"sessionStorage",
"storage",
"store"
],

@@ -41,13 +47,12 @@ "author": "David Tai",

"coffee-script": "1.12.5",
"sake-bundle": "0.4.11",
"sake-cli": "0.3.2",
"sake-core": "1.3.7",
"sake-outdated": "0.1.20",
"sake-bundle": "0.4.21",
"sake-cli": "0.5.5",
"sake-outdated": "0.1.22",
"sake-publish": "0.1.12",
"sake-version": "0.1.18"
"sake-version": "0.1.19"
},
"dependencies": {
"es-cookies": "2.1.16",
"es-cookies": "2.1.18",
"es-md5": "2.7.2"
}
}
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