node-persist
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "node-persist", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Super-easy (and fast) persistent data structures in Node.js, modeled after HTML5 localStorage", | ||
@@ -5,0 +5,0 @@ "main": "./src/node-persist.js", |
@@ -53,3 +53,3 @@ /* | ||
btoaPathSepRegExp = new RegExp(path.sep, 'g'), | ||
btoaPathSepRegExp = new RegExp(path.sep.replace('\\', '\\\\'), 'g'), | ||
@@ -56,0 +56,0 @@ atobPathSepReplacement = '__SLASH__', |
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
50202