node-storage
Advanced tools
Comparing version 0.0.4 to 0.0.5
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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8117
235