Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@degen/common-utils

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@degen/common-utils - npm Package Compare versions

Comparing version 1.4.2-RC1 to 1.4.2

24

package.json
{
"name": "@degen/common-utils",
"version": "1.4.2-RC1",
"version": "1.4.2",
"description": "NPM package containing common utilities for various node projects.",

@@ -13,11 +13,2 @@ "main": "dist/index.js",

},
"scripts": {
"lint": "eslint . --ext .ts",
"format": "eslint . --ext .ts --fix",
"build": "tsc -p tsconfig.json",
"test": "jest --config jest.config.js --forceExit",
"prestart": "pnpm install && pnpm lint && pnpm build",
"start": "node --trace-warnings dist/main.js",
"release": "pnpm prestart && pnpm test && standard-version"
},
"dependencies": {

@@ -50,3 +41,12 @@ "@sentry/integrations": "^7.11.1",

"dist/**/*"
]
}
],
"scripts": {
"lint": "eslint . --ext .ts",
"format": "eslint . --ext .ts --fix",
"build": "tsc -p tsconfig.json",
"test": "jest --config jest.config.js --forceExit",
"prestart": "pnpm install && pnpm lint && pnpm build",
"start": "node --trace-warnings dist/main.js",
"release": "pnpm prestart && pnpm test && standard-version"
}
}
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