localforage-sessionstoragewrapper
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "localforage-sessionstoragewrapper", | ||
"author": "Thodoris Greasidis", | ||
"version": "1.3.0", | ||
"description": "A sessionStorage driver for localForage.", | ||
"keywords": [ | ||
"localforage", | ||
"sessionstorage" | ||
], | ||
"version": "1.2.0", | ||
"homepage": "https://github.com/thgreasi/localForage-sessionStorageWrapper", | ||
"main": "dist/localforage-sessionstoragewrapper.js", | ||
"jsnext:main": "dist/localforage-sessionstoragewrapper.es6.js", | ||
"typings": "typings/index.d.ts", | ||
"scripts": { | ||
"clean": "rimraf build && rimraf dist", | ||
"lint": "tslint -t stylish -c tslint.json '{lib,test,test-e2e}/**/*.ts' 'karma.conf.ts'", | ||
"lint-fix": "tslint --fix -t stylish -c tslint.json '{lib,test,test-e2e}/**/*.ts' 'karma.conf.ts'", | ||
"prebuild": "npm run prettify && npm run lint-fix", | ||
"precommit": "lint-staged", | ||
"prettify": "prettier --write \"lib/**/*.ts\" \"test/**/*.ts\" \"test-e2e/**/*.ts\" \"karma.conf.ts\"", | ||
"build:umd": "rollup -c rollup.config.umd.js", | ||
"build:es6": "rollup -c rollup.config.es6.js", | ||
"build:unit": "rollup -c rollup.config.test.js", | ||
"build": "npm run clean && npm run build:umd && npm run build:es6", | ||
"test:e2e": "karma start", | ||
"test:typings": "node_modules/.bin/tsc --project typing-tests", | ||
"test:all": "npm run test:e2e && npm run test:typings", | ||
"test": "npm run build && npm run test:all", | ||
"prepublish": "npm test" | ||
}, | ||
"repository": { | ||
@@ -15,24 +30,7 @@ "type": "git", | ||
}, | ||
"devDependencies": { | ||
"component": "^1.0.0-rc7", | ||
"cors": "^2.3.1", | ||
"grunt": "^0.4.2", | ||
"grunt-contrib-concat": "^0.3.0", | ||
"grunt-contrib-connect": "^0.8.0", | ||
"grunt-contrib-jshint": "^0.9.2", | ||
"grunt-contrib-uglify": "^0.4.0", | ||
"grunt-contrib-watch": "^0.5.0", | ||
"grunt-es3-safe-recast": "^0.1.0", | ||
"grunt-jscs": "^0.8.0", | ||
"grunt-mocha": "^0.4.10", | ||
"grunt-saucelabs": "^5.1.2", | ||
"grunt-shell": "^0.6.4", | ||
"load-grunt-tasks": "^0.4.0", | ||
"localforage": ">=1.2.1", | ||
"mocha": "^1.18.2", | ||
"phantomjs": "^1.9.7-12", | ||
"uglify-js": "^2.3.x" | ||
}, | ||
"browser": "src/localforage-sessionstoragewrapper.js", | ||
"main": "src/localforage-sessionstoragewrapper.js", | ||
"keywords": [ | ||
"localforage", | ||
"sessionstorage" | ||
], | ||
"author": "Thodoris Greasidis", | ||
"licence": "Apache-2.0", | ||
@@ -42,5 +40,40 @@ "bugs": { | ||
}, | ||
"devDependencies": { | ||
"@resin.io/types-mochainon": "^2.0.1", | ||
"@types/mocha": "^5.0.0", | ||
"@types/node": "^9.6.0", | ||
"husky": "^0.14.3", | ||
"karma": "^3.0.0", | ||
"lint-staged": "^7.0.0", | ||
"localforage": "^1.5.0", | ||
"mocha": "^3.5.3", | ||
"mochainon": "^2.0.0", | ||
"prettier": "^1.11.1", | ||
"resin-config-karma": "^2.0.0", | ||
"rimraf": "^2.6.2", | ||
"rollup": "^0.57.1", | ||
"rollup-plugin-multi-entry": "^2.0.2", | ||
"rollup-plugin-typescript": "^0.8.1", | ||
"rollup-plugin-typescript2": "^0.12.0", | ||
"source-map-support": "^0.4.15", | ||
"ts-node": "^5.0.1", | ||
"tslint": "^5.9.1", | ||
"tslint-no-unused-expression-chai": "^0.1.3", | ||
"typescript": "^2.7.2" | ||
}, | ||
"peerDependencies": { | ||
"localforage": ">=1.2.1" | ||
"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" | ||
] | ||
} | ||
} |
localForage-sessionStorageWrapper | ||
================================= | ||
[![npm](https://img.shields.io/npm/dm/localForage-sessionStorageWrapper.svg)](https://www.npmjs.com/package/localforage-sessionstoragewrapper) | ||
[![Build Status](https://travis-ci.org/localForage/localForage-sessionStorageWrapper.svg?branch=master)](https://travis-ci.org/localForage/localForage-sessionStorageWrapper) | ||
[![npm](https://img.shields.io/npm/dm/localforage-sessionstoragewrapper.svg)](https://www.npmjs.com/package/localforage-sessionstoragewrapper) | ||
@@ -5,0 +6,0 @@ A sessionStorage driver for [localForage](https://github.com/mozilla/localForage). |
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
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
36146
955
17
0
21