@errpulse/node
Advanced tools
+21
| MIT License | ||
| Copyright (c) 2026 Meghshyam Sonar | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
+19
-11
| { | ||
| "name": "@errpulse/node", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "ErrPulse Node.js backend SDK — catch every backend error automatically", | ||
@@ -13,3 +13,11 @@ "license": "MIT", | ||
| }, | ||
| "keywords": ["error-monitoring", "error-tracking", "nodejs", "express", "nextjs", "backend", "errpulse"], | ||
| "keywords": [ | ||
| "error-monitoring", | ||
| "error-tracking", | ||
| "nodejs", | ||
| "express", | ||
| "nextjs", | ||
| "backend", | ||
| "errpulse" | ||
| ], | ||
| "publishConfig": { | ||
@@ -37,14 +45,8 @@ "access": "public" | ||
| ], | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "dev": "tsup --watch", | ||
| "test": "vitest run", | ||
| "test:watch": "vitest" | ||
| }, | ||
| "devDependencies": { | ||
| "@errpulse/core": "workspace:*", | ||
| "@types/node": "^22.10.5", | ||
| "tsup": "^8.3.5", | ||
| "typescript": "^5.7.3", | ||
| "vitest": "^2.1.8" | ||
| "vitest": "^2.1.8", | ||
| "@errpulse/core": "0.1.1" | ||
| }, | ||
@@ -58,3 +60,9 @@ "peerDependencies": { | ||
| } | ||
| }, | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "dev": "tsup --watch", | ||
| "test": "vitest run", | ||
| "test:watch": "vitest" | ||
| } | ||
| } | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
147153
0.75%8
14.29%