Comparing version 3.3.2 to 3.3.3
@@ -77,3 +77,3 @@ // Constants. | ||
// Get keys. | ||
const keys = Object.getOwnPropertyNames(value); | ||
const keys = Object.keys(value); | ||
@@ -80,0 +80,0 @@ // Get named part at start. |
{ | ||
"name": "blork", | ||
"description": "Blork! Mini runtime type checking in Javascript", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"license": "0BSD", | ||
@@ -6,0 +6,0 @@ "author": "Dave Houlbrooke <dave@shax.com>", |
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
70169