Comparing version 1.17.0 to 1.18.0
{ | ||
"name": "utility", | ||
"version": "1.17.0", | ||
"version": "1.18.0", | ||
"description": "A collection of useful utilities.", | ||
"main": "lib/utility.js", | ||
"main": "utility.js", | ||
"files": [ | ||
"lib", | ||
"*.js", | ||
"index.d.ts" | ||
@@ -18,3 +18,2 @@ ], | ||
"ci": "npm run lint && npm run test-cov && npm run test-ts", | ||
"autod": "autod -w --prefix '^' -e benchmark", | ||
"test-optimized": "node --allow-natives-syntax --trace_opt --trace_deopt test/optimized.js", | ||
@@ -33,3 +32,2 @@ "contributor": "git-contributor" | ||
"@types/node": "^10.12.12", | ||
"autod": "*", | ||
"ava": "^0.25.0", | ||
@@ -47,4 +45,5 @@ "ava-ts": "^0.25.2", | ||
"rimraf": "^2.6.2", | ||
"time-require": "^0.1.2", | ||
"ts-node": "^7.0.1", | ||
"typescript": "^3.2.2" | ||
"typescript": "^5.0.4" | ||
}, | ||
@@ -69,4 +68,4 @@ "homepage": "https://github.com/node-modules/utility", | ||
}, | ||
"author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)", | ||
"author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)", | ||
"license": "MIT" | ||
} |
@@ -190,3 +190,3 @@ # utility | ||
// should.not.exist(map.constractor); | ||
// should.not.exist(map.constructor); | ||
// should.not.exist(map.__proto__); | ||
@@ -193,0 +193,0 @@ // should.not.exist(map.toString); |
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
1369
50616
16
1