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 0.7.6 to 0.8.0

lib-es/decimal.d.ts

23

package.json
{
"name": "@phensley/decimal",
"version": "0.7.6",
"version": "0.8.0",
"description": "Arbitrary precision decimal math",
"main": "lib/index.js",
"module": "lib-es/index.js",
"types": "lib/index.d.ts",

@@ -19,3 +20,5 @@ "author": "Patrick Hensley <pathensley@gmail.com>",

"bench:off": "ts-node __benchmarks__/",
"build": "tsc -p ./tsconfig.build.json",
"build": "yarn build:cj && yarn build:es",
"build:cj": "tsc -p ./tsconfig.build.json",
"build:es": "tsc -p ./tsconfig.build.json --module esnext --outDir lib-es",
"build:watch": "tsc -p ./tsconfig.build.json -w --preserveWatchOutput",

@@ -29,13 +32,16 @@ "clean": "rimraf ./lib ./.scratch",

"files": [
"lib/"
"lib/",
"lib-es/"
],
"devDependencies": {
"@types/jest": "^23.1.1",
"@types/jest": "^23.3.14",
"@types/node": "^10.12.21",
"beautify-benchmark": "^0.2.4",
"benchmark": "^2.1.4",
"chalk": "^2.3.2",
"jest": "^23.1.0",
"jest": "^23.6.0",
"rimraf": "^2.6.2",
"ts-jest": "^23.10.5",
"tslint": "5.10.0",
"tslint-no-circular-imports": "^0.2.1",
"tslint-no-circular-imports": "^0.6.1",
"typescript": "3.x"

@@ -53,5 +59,6 @@ },

"transform": {
"^.+\\.(ts|tsx)$": "<rootDir>../../node_modules/ts-jest/preprocessor.js"
"^.+\\.(ts|tsx)$": "ts-jest"
}
}
},
"gitHead": "5fa45ee94e5b937f4c4d4cd6c3310fb90e19a28f"
}
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