acquire-port
Advanced tools
Comparing version 0.3.9 to 0.3.12
{ | ||
"name": "acquire-port", | ||
"version": "0.3.9", | ||
"version": "0.3.12", | ||
"description": "Acquire a consistent guaranteed-to-be-free port number for your dev server or whatever else, no memorizing required!", | ||
@@ -12,7 +12,2 @@ "repository": { | ||
"license": "ISC", | ||
"scripts": { | ||
"pp": "publish-please", | ||
"prepublishOnly": "publish-please guard", | ||
"preinstall": ":; test -e ./package-lock.json && npx npm-force-resolutions || true" | ||
}, | ||
"bin": { | ||
@@ -36,5 +31,2 @@ "acquire-port": "./acquire-port.js", | ||
], | ||
"devDependencies": { | ||
"publish-please": "^5.5.1" | ||
}, | ||
"dependencies": { | ||
@@ -44,6 +36,3 @@ "basename": "0.1.2", | ||
"jsonfile": "6.0.1" | ||
}, | ||
"resolutions": { | ||
"lodash": "4.17.19" | ||
} | ||
} |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
0
0
5733