localforage-sessionstoragewrapper
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"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/) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21
0
35786
9
937