🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@n8n/errors

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@n8n/errors - npm Package Compare versions

Comparing version
0.2.0
to
0.3.0
+4
-4
package.json
{
"name": "@n8n/errors",
"version": "0.2.0",
"version": "0.3.0",
"main": "dist/index.js",

@@ -33,7 +33,7 @@ "module": "src/index.ts",

"lint": "eslint . --quiet",
"lintfix": "eslint . --fix",
"lint:fix": "eslint . --fix",
"watch": "tsc -p tsconfig.build.json --watch",
"test": "jest",
"test:dev": "jest --watch"
"test": "echo \"WARNING: no test specified\" && exit 0",
"test:dev": "echo \"WARNING: no test specified\" && exit 0"
}
}