Socket
Socket
Sign inDemoInstall

node-storage

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-storage - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

3

index.js
var fs = require('fs');
var path = require('path');
var async = require('async');

@@ -44,3 +43,3 @@ var mkdirp = require('mkdirp');

if (typeof key !== 'string') {
throw new Error('key must be a string')
throw new Error('key must be a string');
}

@@ -47,0 +46,0 @@

{
"name": "node-storage",
"version": "0.0.4",
"description": "Simple node.js key-value file-based store",
"version": "0.0.5",
"description": "Simple key-value file based store for node.js",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

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