New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@injectivelabs/utils

Package Overview
Dependencies
Maintainers
13
Versions
331
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injectivelabs/utils - npm Package Compare versions

Comparing version 1.14.41-alpha.3 to 1.14.41-alpha.4

9

package.json
{
"name": "@injectivelabs/utils",
"description": "List of utils and helper functions that can be reused throughout Injective's projects.",
"version": "1.14.41-alpha.3",
"version": "1.14.41-alpha.4",
"sideEffects": false,

@@ -68,5 +68,7 @@ "type": "module",

"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn 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",
"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 && yarn build:post:patches",
"build:post:patches": "node --experimental-fetch ./../../etc/patches/utils.js",
"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",
"test": "jest",
"postinstall": "patch-package",
"test:watch": "jest --watch",

@@ -89,5 +91,6 @@ "test:ci": "jest --coverage --ci --reporters='jest-junit'",

"devDependencies": {
"patch-package": "^8.0.0",
"shx": "^0.3.2"
},
"gitHead": "ca85eecafba4c7b64307ad4a3e84574f912525e0"
"gitHead": "ac9b40ab7b4af02fc408941c1e1741b311badb02"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc