Socket
Socket
Sign inDemoInstall

localstorage-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localstorage-polyfill - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

localStorage.js

@@ -0,1 +1,2 @@

'use strict'
const valuesMap = new Map()

@@ -2,0 +3,0 @@

@@ -0,0 +0,0 @@ /* global localStorage */

5

package.json
{
"name": "localstorage-polyfill",
"version": "1.0.0",
"version": "1.0.1",
"description": "in memory localStorage polyfill for node.js utilizing ES6 proxies",

@@ -10,2 +10,5 @@ "main": "localStorage.js",

},
"engines" : {
"node" : ">=6"
},
"repository": {

@@ -12,0 +15,0 @@ "type": "git",

@@ -0,0 +0,0 @@ # localstorage-polyfill

Sorry, the diff of this file is not supported yet

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