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

lockr

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lockr - npm Package Compare versions

Comparing version 0.8.5 to 0.9.0-beta.0

dist/flush.d.ts

77

package.json
{
"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

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