folonite.js
Advanced tools
Comparing version 1.0.19 to 1.0.20
{ | ||
"name": "folonite.js", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "Folonite.js - The first lightweight framework that integrates dynamic server-side rendering (SSR), streaming capabilities, and an external component marketplace.", | ||
@@ -12,4 +12,4 @@ "type": "module", | ||
"marketplace": "node scripts/marketplace.js", | ||
"init": "node scripts/init.mjs", | ||
"postinstall": "node scripts/init.mjs" | ||
"init": "node scripts/init.cjs", | ||
"postinstall": "node scripts/init.cjs" | ||
}, | ||
@@ -16,0 +16,0 @@ "keywords": [ |
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
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
47658