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

@injectivelabs/exceptions

Package Overview
Dependencies
Maintainers
13
Versions
325
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injectivelabs/exceptions - npm Package Compare versions

Comparing version

to
1.16.1-alpha.1

8

package.json
{
"name": "@injectivelabs/exceptions",
"description": "List of exceptions that can be reused throughout Injective's projects.",
"version": "1.16.1-alpha.0",
"version": "1.16.1-alpha.1",
"sideEffects": false,

@@ -44,6 +44,6 @@ "license": "Apache-2.0",

"scripts": {
"build": "yarn build:cjs && yarn build:esm && yarn build:post",
"build": "pnpm build:cjs && pnpm build:esm && pnpm build:post",
"build:cjs": "tsc --build --force tsconfig.build.json",
"build:esm": "tsc --build --force tsconfig.build.esm.json",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post",
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && pnpm build:post",
"build:post": "shx cp ../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../etc/stub/package.esm.json.stub dist/esm/package.json",

@@ -65,3 +65,3 @@ "clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",

},
"gitHead": "d1057b0601f494f41172b8a4e8440da25ffc3d28"
"gitHead": "aa24a5ba96800b6daea85666f7030619d3c18d91"
}