@silenteer/natsu-port-server
Advanced tools
Comparing version 0.0.50 to 0.0.51
{ | ||
"name": "@silenteer/natsu-port-server", | ||
"version": "0.0.50", | ||
"version": "0.0.51", | ||
"license": "MIT", | ||
@@ -17,5 +17,5 @@ "private": false, | ||
"scripts": { | ||
"postinstall": "playwright install-deps && playwright install", | ||
"build": "rm -rf dist && tsc", | ||
"test": "jest", | ||
"test:integration:install": "playwright install-deps && playwright install", | ||
"test:integration": "NODE_TLS_REJECT_UNAUTHORIZED=0 playwright test --config=./playwright.config.ts" | ||
@@ -22,0 +22,0 @@ }, |
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
70757
0