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

decimal-math-ops

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decimal-math-ops - npm Package Compare versions

Comparing version 2.1.5 to 3.0.0

67

package.json
{
"name": "decimal-math-ops",
"version": "2.1.5",
"main": "dist/index.js",
"version": "3.0.0",
"description": "",
"main": "",
"scripts": {
"postinstall": "if ! pwd | grep -q node_modules ; then patch-package; fi",
"precommit": "ciq package check-file-links",
"commitmsg": "validate-commit-msg",
"preversion": "ciq get && npm run test",
"postpublish": "ciq push",
"clean": "rm -rf dist",
"precompile": "npm run clean",
"justCompile": "node_modules/.bin/tsc -p .",
"compile": "npm run justCompile",
"compile:watch": "node_modules/.bin/watch --filter=watch-filter.js 'npm run justCompile' src",
"watch": "npm-run-all --parallel test:watch compile:watch",
"prestart": "npm run test",
"start": "node dist/index.js",
"dev": "npm run watch",
"pretest": "npm run compile",
"test": "jest --config jest/jest.single.config.js",
"test:watch": "jest --watch --config jest/jest.config.js",
"test:watch:ci": "CI=true npm run test:watch"
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creditiq/decimal-math-ops"
},
"peerDependencies": {
"decimal.js": "^10.0.1",
"lodash": "^4.17.11"
},
"devDependencies": {
"@types/jest": "^22.2.3",
"@types/lodash": "^4.14.117",
"@types/node": "^10.14.7",
"convert-source-map": "1.3.0",
"decimal.js": "^10.0.1",
"husky": "^0.14.3",
"jest": "^24.8.0",
"jest-cli": "^24.8.0",
"lodash": "^4.17.11",
"npm-run-all": "^4.1.1",
"patch-package": "^6.2.0",
"transform-ts-paths": "^1.0.0",
"ts-jest": "^24.0.2",
"tslint": "^5.16.0",
"typescript": "^3.7.2",
"validate-commit-msg": "^2.14.0",
"watch": "^1.0.2"
},
"engines": {
"node": ">=6.10.x"
},
"typings": "dist/index.d.ts",
"description": "placeholder",
"license": "UNLICENSED",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"ciq": {
"upstream": "git@github.com:creditiq/base.git"
},
"author": "",
"license": "MIT",
"dependencies": {}
}
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