Comparing version 1.1.4 to 1.1.6
{ | ||
"name": "z-utils", | ||
"version": "1.1.4", | ||
"version": "1.1.6", | ||
"description": "javascript uitls", | ||
@@ -5,0 +5,0 @@ "scripts": { |
import typeOf from './typeOf' | ||
const sNativeCode = (s => s.slice(s.indexOf('{')))(isNaN + '') | ||
const sNativeCode = (isNaN + '').slice((isNaN + '').indexOf('{')) | ||
/** | ||
@@ -5,0 +5,0 @@ * test function is a javascript native method |
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
14278