Comparing version 1.0.5 to 1.0.6
@@ -13,2 +13,3 @@ //Table taken from: http://www.ecma-international.org/ecma-262/6.0/ section 18.3 | ||
'[object Function]':'Function', | ||
'[object AsyncFunction]': 'AsyncFunction', | ||
'[object Int8Array]':'Int8Array', | ||
@@ -15,0 +16,0 @@ '[object Int16Array]':'Int16Array', |
{ | ||
"name": "arc-is", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Simple is() function for typechecking", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "tap test/*.js" | ||
"test": "jest --coverage", | ||
"test:watch": "jest --watchAll" | ||
}, | ||
@@ -23,5 +24,5 @@ "repository": { | ||
"devDependencies": { | ||
"tap": "^5.7.1" | ||
"jest": "^26.4.1" | ||
}, | ||
"dependencies": {} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
14433
256
6
1