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

devel-localstorage

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devel-localstorage - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

5

index.js

@@ -11,4 +11,3 @@ /**

let DevelLocalStorage = {
let DevelLocalStorage = {
/**

@@ -43,2 +42,2 @@ * Takes an array and transforms it to a string for localStorage

export default localStorage
export default DevelLocalStorage

2

package.json
{
"name": "devel-localstorage",
"version": "1.0.12",
"version": "1.0.13",
"description": "A small library providing an API for localStorage",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -26,3 +26,3 @@ <!--

// set
var res = DevelLocalStorage.set('store',['devel','doe'])
DevelLocalStorage.set('user',[{ user: "develdoe"}])

@@ -29,0 +29,0 @@ // get

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