@bnfe/node-utils
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@bnfe/node-utils", | ||
"version": "1.2.0", | ||
"description": "utils-node", | ||
"main": "dist/node-utils.js", | ||
"module": "dist/node-utils.mjs", | ||
"types": "dist/types/node/src/index.d.ts", | ||
"version": "1.2.1", | ||
"description": "node-utils", | ||
"main": "dist/node-utils.cjs.js", | ||
"module": "dist/node-utils.esm.js", | ||
"types": "dist/types/node-utils/src/index.d.ts", | ||
"files": [ | ||
@@ -16,7 +16,9 @@ "dist" | ||
"@types/lodash-es": "^4.17.9", | ||
"lodash-es": "^4.17.21" | ||
"lodash-es": "^4.17.21", | ||
"@bnfe/common-utils": "^1.2.1" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c rollup.config.js --bundleConfigAsCjs" | ||
"build": "rollup -c rollup.config.js --bundleConfigAsCjs", | ||
"lint": "npx eslint ./src/** --ext .ts --fix" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
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
11281
3
2