@injectivelabs/exceptions
Advanced tools
+17
-12
| { | ||
| "name": "@injectivelabs/exceptions", | ||
| "version": "1.17.2-alpha.4", | ||
| "version": "1.17.2-alpha.5", | ||
| "description": "List of exceptions that can be reused throughout Injective's projects.", | ||
@@ -10,2 +10,6 @@ "license": "Apache-2.0", | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/InjectiveLabs/injective-ts" | ||
| }, | ||
| "type": "module", | ||
@@ -41,11 +45,2 @@ "sideEffects": false, | ||
| ], | ||
| "dependencies": { | ||
| "http-status-codes": "^2.3.0" | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "_moduleAliases": { | ||
| "~exceptions": "dist" | ||
| }, | ||
| "scripts": { | ||
@@ -65,3 +60,13 @@ "build": "pnpm type-check && tsdown", | ||
| "lint": "eslint . --ext .ts,.js" | ||
| } | ||
| } | ||
| }, | ||
| "dependencies": { | ||
| "http-status-codes": "catalog:" | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "_moduleAliases": { | ||
| "~exceptions": "dist" | ||
| }, | ||
| "gitHead": "2c4676388410f2e4557b3ba2846c912f52c57224" | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
306726
0.05%6
-14.29%- Removed
Updated