@inlang/valid-js-identifier
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@inlang/valid-js-identifier", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Validates that a string is a valid JavaScript identifier", | ||
@@ -28,4 +28,3 @@ "type": "module", | ||
"scripts": { | ||
"postinstall": "node ./dts.js", | ||
"lint": "eslint src", | ||
"lint": "node ./dts.js && eslint src", | ||
"build": "node ./dts.js", | ||
@@ -32,0 +31,0 @@ "test": "vitest run", |
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
2708