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

@evos-tech/common

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evos-tech/common - npm Package Compare versions

Comparing version 0.0.4-next.0 to 1.0.0-next.0

dist/cjs/application-error.d.ts

44

package.json
{
"name": "@evos-tech/common",
"version": "0.0.4-next.0",
"publishConfig": {
"access": "public"
},
"main": "dist/index",
"types": "dist/index",
"version": "1.0.0-next.0",
"author": "kctang@evos.tech",
"main": "dist/cjs/index",
"module": "dist/esm/index",
"files": [

@@ -13,20 +11,24 @@ "dist"

"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
"compile": "tsc -b tsconfig.json",
"compile:watch": "tsc -b -w tsconfig.json",
"lint": "./node_modules/.bin/eslint src/*.ts",
"test": "./node_modules/.bin/jest"
"build": "tsc && tsc -b tsconfig-cjs.json",
"clean": "rm -fr *.tsbuildinfo dist node_modules",
"lint": "eslint src/*.ts",
"lint:error": "eslint --quiet src/*.ts",
"test": "jest",
"test:coverage": "jest --coverage",
"watch": "tsc -w",
"watch:cjs": "tsc -b tsconfig-cjs.json -w"
},
"devDependencies": {
"eslint": "^7.0.0",
"jest": "^26.0.1",
"ts-jest": "^26.0.0",
"typescript": "^3.9.2"
"peerDependencies": {
"bcryptjs": "^2.4.3",
"bson": "^4.4.1",
"lodash.get": "^4.4.2",
"pluralize": "^8.0.0"
},
"dependencies": {
"immer": "^6.0.5",
"rxjs": "^6.5.5"
"engines": {
"node": ">=16 < 17"
},
"gitHead": "efe2aba71872de04521ac794bbbc021e26b01dc4"
"engineStrict": true,
"publishConfig": {
"access": "public"
}
}
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