stringstore
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "stringstore", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "scripts": {}, |
@@ -45,3 +45,3 @@ # StringStore | ||
db.push('name', ['value0', 'value1', 'value2'], function(err) { | ||
db.pushMany('name', ['value0', 'value1', 'value2'], function(err) { | ||
}); |
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
11233