Comparing version 0.8.5 to 0.9.0-beta.0
{ | ||
"name": "lockr", | ||
"description": "A minimal API wrapper for localStorage", | ||
"version": "0.8.5", | ||
"author": { | ||
"name": "Dimitris Tsironis", | ||
"email": "tsironis.dimitris@gmail.com" | ||
}, | ||
"engines": { | ||
"node": ">= 0.8.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/tsironis/lockr.git" | ||
}, | ||
"version": "0.9.0-beta.0", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
"lockr.js", | ||
"lockr.min.js", | ||
"LICENSE" | ||
"dist", | ||
"src" | ||
], | ||
"main": "lockr.js", | ||
"engines": { | ||
"node": "^12.0.0 || ^14.0.0 || >=16.0.0" | ||
}, | ||
"scripts": { | ||
"build": "grunt" | ||
"start": "tsdx watch", | ||
"build": "tsdx build", | ||
"test": "tsdx test", | ||
"lint": "tsdx lint", | ||
"prepare": "tsdx build", | ||
"size": "size-limit", | ||
"analyze": "size-limit --why" | ||
}, | ||
"peerDependencies": {}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "tsdx lint" | ||
} | ||
}, | ||
"prettier": { | ||
"printWidth": 80, | ||
"semi": true, | ||
"singleQuote": true, | ||
"trailingComma": "es5" | ||
}, | ||
"name": "lockr", | ||
"author": "Dimitris Tsironis", | ||
"module": "dist/lockr.esm.js", | ||
"size-limit": [ | ||
{ | ||
"path": "dist/lockr.cjs.production.min.js", | ||
"limit": "10 KB" | ||
}, | ||
{ | ||
"path": "dist/lockr.esm.js", | ||
"limit": "10 KB" | ||
} | ||
], | ||
"devDependencies": { | ||
"grunt-contrib-jshint": "~0.11.0", | ||
"grunt-contrib-jasmine": "~1.0.0", | ||
"grunt-contrib-watch": "~0.6.1", | ||
"grunt-contrib-clean": "~0.7.0", | ||
"grunt-contrib-uglify": "~0.11.1", | ||
"grunt": "~0.4.5", | ||
"grunt-cli": "~0.1.13" | ||
"@size-limit/preset-small-lib": "^5.0.3", | ||
"husky": "^7.0.1", | ||
"size-limit": "^5.0.3", | ||
"tsdx": "^0.14.1", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.3.5" | ||
}, | ||
"volta": { | ||
"node": "14.17.5" | ||
} | ||
} | ||
} |
@@ -48,3 +48,3 @@ ![Lockr logo](http://i.imgur.com/m5kPjkB.png) | ||
localStorage.getItem('lockr_username'); | ||
> {"data":123} | ||
> {"data":"Coyote"} | ||
``` | ||
@@ -51,0 +51,0 @@ *Please note that* when prefix is set, ```flush``` method deletes only keys that are prefixed, and ignores the rest. |
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
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
50084
6
35
534
2
1