Comparing version 0.0.4 to 0.0.5
@@ -22,2 +22,9 @@ 'use strict'; | ||
if (typeof property === 'string') { | ||
if (value === undefined) { | ||
new Error('value is undefined'); | ||
} | ||
(props = {})[property] = value; | ||
} | ||
for (var key in props) { | ||
@@ -24,0 +31,0 @@ if (Object.prototype.hasOwnProperty.call(props, key)) { |
{ | ||
"name": "dom-lib", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "DOM helper library", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
27347
646