react-localstorage-ts
Advanced tools
Comparing version 2.0.0-beta.1 to 2.0.0-beta.2
{ | ||
"name": "react-localstorage-ts", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0-beta.2", | ||
"description": "A small library to wrap browser's localstorage in a functional fashion.", | ||
@@ -9,2 +9,6 @@ "main": "index.js", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/fido-id/react-localstorage-ts.git" | ||
}, | ||
"author": "fes300", | ||
@@ -60,12 +64,14 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "rm -rf ./dist && tsc && cp package.json README.md ./dist", | ||
"lint": "prettier -w src/", | ||
"lint:check": "prettier -c src/", | ||
"lint:staged": "lint-staged", | ||
"_postinstall": "is-ci || husky install", | ||
"postpublish": "pinst --enable", | ||
"postversion": "cp -r package.json ..", | ||
"prepublishOnly": "pinst --disable", | ||
"postversion": "cp -r package.json ..", | ||
"postpublish": "pinst --enable", | ||
"lint-staged": "lint-staged", | ||
"build": "rm -rf ./dist && tsc && cp package.json README.md ./dist", | ||
"type-test": "jest --config=jest.typetests-config.js --passWithNoTests", | ||
"runtime-test": "jest --config=jest.config.js --passWithNoTests", | ||
"test": "yarn type-test && yarn runtime-test", | ||
"release:dry": "semantic-release -d --no-ci --debug" | ||
"release-dry": "yarn build && semantic-release -d --no-ci --debug", | ||
"test": "yarn test:type && yarn test:runtime", | ||
"test:runtime": "jest --config=jest.config.js --passWithNoTests", | ||
"test:type": "jest --config=jest.typetests-config.js --passWithNoTests" | ||
}, | ||
@@ -72,0 +78,0 @@ "lint-staged": { |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
28608
0