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.3 to 0.0.4

2

browser.js

@@ -13,2 +13,2 @@ const getStorage = (_path) => {

export default getStorage;
module.exports = getStorage;

@@ -1,3 +0,5 @@

import { LocalStorage } from "node-localstorage";
"use strict";
const { LocalStorage } = require("node-localstorage");
const getStorage = (location) => {

@@ -7,2 +9,2 @@ return new LocalStorage(location);

export default getStorage;
module.exports = getStorage;
{
"name": "isomorphic-localstorage",
"version": "0.0.3",
"version": "0.0.4",
"main": "node.js",
"browser": "browser.js",
"type": "module",
"repository": "https://github.com/nightly-labs/isomorphic-localstorage.git",

@@ -8,0 +7,0 @@ "author": "Adrian Wójciak <adrianwojciak@interia.pl>",

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