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

isomorphic-localstorage

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isomorphic-localstorage - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

node.js

@@ -13,3 +13,3 @@ "use strict";

if (typeof error.code !== "undefined" && error.code === "ENOENT") {
fs.chmodSync(location, 0o644)
fs.chmodSync(location, 0o755)
storage = new LocalStorage(location);

@@ -16,0 +16,0 @@ } else {

{
"name": "isomorphic-localstorage",
"version": "0.0.6",
"version": "0.0.7",
"main": "node.js",

@@ -5,0 +5,0 @@ "browser": "browser.js",

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