data-store
Advanced tools
Comparing version 0.15.3 to 0.15.4
{ | ||
"name": "data-store", | ||
"description": "Easily get, set and persist config data.", | ||
"version": "0.15.3", | ||
"version": "0.15.4", | ||
"homepage": "https://github.com/jonschlinkert/data-store", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
@@ -42,3 +42,2 @@ 'use strict'; | ||
utils.validateName = function(store, name) { | ||
store.keys = store.keys || (store.keys = utils.getKeys(store)); | ||
if (~store.keys.indexOf(name) || /\W/.test(name)) { | ||
@@ -45,0 +44,0 @@ throw utils.formatConflictError(name); |
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
19853
391