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

localforage-sessionstoragewrapper

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localforage-sessionstoragewrapper - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

24

package.json
{
"name": "localforage-sessionstoragewrapper",
"version": "1.3.0",
"version": "1.3.1",
"description": "A sessionStorage driver for localForage.",

@@ -9,2 +9,7 @@ "homepage": "https://github.com/thgreasi/localForage-sessionStorageWrapper",

"typings": "typings/index.d.ts",
"files": [
"dist",
"lib",
"typings"
],
"scripts": {

@@ -15,3 +20,2 @@ "clean": "rimraf build && rimraf dist",

"prebuild": "npm run prettify && npm run lint-fix",
"precommit": "lint-staged",
"prettify": "prettier --write \"lib/**/*.ts\" \"test/**/*.ts\" \"test-e2e/**/*.ts\" \"karma.conf.ts\"",

@@ -45,5 +49,5 @@ "build:umd": "rollup -c rollup.config.umd.js",

"@types/node": "^9.6.0",
"husky": "^0.14.3",
"husky": "^4.2.5",
"karma": "^3.0.0",
"lint-staged": "^7.0.0",
"lint-staged": "^10.1.7",
"localforage": "^1.5.0",

@@ -67,15 +71,3 @@ "mocha": "^3.5.3",

"localforage": "^1.5.0"
},
"lint-staged": {
"{lib,tests}/**/*.ts": [
"prettier --write",
"tslint -t stylish --fix",
"git add"
],
"karma.conf.ts": [
"prettier --write",
"tslint -t stylish --fix",
"git add"
]
}
}

@@ -10,3 +10,4 @@ localForage-sessionStorageWrapper

* [localForage](https://github.com/mozilla/localForage) v1.2.1+
* [localForage](https://github.com/mozilla/localForage) v1.5.0+
Users of earlier localForage versions (v1.2.1+) should use sessionStorageWrapper v1.2.0.

@@ -16,3 +17,6 @@ # Installation

## bower
Bower support was droppped in v1.3.0, but you can still use v1.2.0 with `bower install localforage-sessionstoragewrapper@1.2`
## Example
[jsfiddle](https://jsfiddle.net/m8o7t2pd/)
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