@nfteyez/test-npm-package-andy
Advanced tools
Comparing version 0.0.10 to 0.1.0
{ | ||
"name": "@nfteyez/test-npm-package-andy", | ||
"version": "0.0.10", | ||
"version": "0.1.0", | ||
"description": "Test Package", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"publish": "npm publish --access=public" | ||
}, | ||
@@ -19,4 +20,6 @@ "repository": { | ||
"homepage": "https://github.com/NftEyez/test-npm-package#readme", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"node-fetch": "^3.0.0" | ||
}, | ||
"type": "module" | ||
} |
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
2176
1
+ Addednode-fetch@^3.0.0
+ Addeddata-uri-to-buffer@4.0.1(transitive)
+ Addedfetch-blob@3.2.0(transitive)
+ Addedformdata-polyfill@4.0.10(transitive)
+ Addednode-domexception@1.0.0(transitive)
+ Addednode-fetch@3.3.2(transitive)
+ Addedweb-streams-polyfill@3.3.3(transitive)