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

@phensley/decimal

Package Overview
Dependencies
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phensley/decimal - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

61

package.json
{
"name": "@phensley/decimal",
"version": "1.5.1",
"version": "1.5.2",
"description": "Arbitrary precision decimal math",

@@ -18,18 +18,2 @@ "main": "lib/index.js",

},
"scripts": {
"api": "api-extractor run -c ./etc/api-extractor.json --verbose",
"api:local": "yarn api -l",
"bench:off": "ts-node __benchmarks__/",
"build": "yarn build:cj && yarn build:es",
"build:cj": "tsc -p ./tsconfig.json",
"build:es": "tsc -p ./tsconfig.json --module esnext --outDir lib-es",
"build:lint": "tsc -p ./tsconfig.lint.json",
"build:watch": "tsc -p ./tsconfig.json -w --preserveWatchOutput",
"clean": "rimraf ./lib ./lib-es ./.scratch",
"clean:full": "yarn clean && rimraf ./node_modules",
"coverage": "jest --coverage --runInBand --no-cache --coverageReporters=html",
"lint": "eslint -c .eslintrc.js --ext .ts src __tests__",
"prepublish": "yarn build",
"test:watch": "jest --watch --coverage --coverageReporters=html"
},
"files": [

@@ -40,21 +24,23 @@ "lib/",

"dependencies": {
"tslib": "^2.3.1"
"tslib": "^2.4.0"
},
"devDependencies": {
"@microsoft/api-extractor": "~7.18.5",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@types/jest": "^28.1.1",
"@types/node": "^18.7.14",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"add": "^2.0.6",
"beautify-benchmark": "^0.2.4",
"benchmark": "^2.1.4",
"chalk": "4.1.2",
"eslint": "^8.13.0",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"pnpm": "^7.9.5",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.4",
"typescript": "~4.6.3"
"ts-jest": "^28.0.8",
"typescript": "~4.8.2"
},

@@ -74,3 +60,18 @@ "jest": {

},
"gitHead": "5ce1215e29c06fe2c96c604e06f016ceba0a45a7"
}
"scripts": {
"api": "api-extractor run -c ./etc/api-extractor.json --verbose",
"api:local": "pnpm run api -l",
"bench:off": "ts-node __benchmarks__/",
"build": "pnpm run build:cj && pnpm run build:es",
"build:cj": "tsc -p ./tsconfig.json",
"build:es": "tsc -p ./tsconfig.json --module esnext --outDir lib-es",
"build:lint": "tsc -p ./tsconfig.lint.json",
"build:watch": "tsc -p ./tsconfig.json -w --preserveWatchOutput",
"clean": "rimraf ./lib ./lib-es ./.scratch",
"clean:full": "pnpm run clean && rimraf ./node_modules",
"coverage": "jest --coverage --runInBand --no-cache --coverageReporters=html",
"lint": "eslint -c .eslintrc.js --ext .ts src __tests__",
"prepublish": "pnpm run build",
"test:watch": "jest --watch --coverage --coverageReporters=html"
}
}
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