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

localstorage-down

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localstorage-down - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

2

index.js

@@ -101,3 +101,3 @@ var util = require('util')

if(typeof value == 'object' && value.buffer == undefined){
if(typeof value == 'object' && !Buffer.isBuffer(value) && value.buffer == undefined){
var obj = {};

@@ -104,0 +104,0 @@ obj.storetype = "json";

@@ -14,3 +14,3 @@ {

],
"version": "0.4.3",
"version": "0.4.4",
"main": "index.js",

@@ -17,0 +17,0 @@ "dependencies": {

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