You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@alessiofrittoli/node-scripts

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alessiofrittoli/node-scripts - npm Package Compare versions

Comparing version

to
3.0.0

7

package.json
{
"name": "@alessiofrittoli/node-scripts",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "Utility library with common Node.js scripts",

@@ -61,4 +61,4 @@ "author": {

"//1c": "*********************************************************************",
"dev": "NODE_ENV=development tsup --watch",
"build:prod": "NODE_ENV=production tsup",
"dev": "cross-env NODE_ENV=development tsup --watch",
"build:prod": "cross-env NODE_ENV=production tsup",
"build": "pnpm lint && pnpm test:ci && pnpm build:prod",

@@ -97,2 +97,3 @@ "lint": "eslint",

"concurrently": "^9.2.0",
"cross-env": "^7.0.3",
"dotenv": "^17.2.0",

@@ -99,0 +100,0 @@ "eslint": "^9.31.0",