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

@thi.ng/math

Package Overview
Dependencies
Maintainers
1
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/math - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

abs.d.ts
export declare const absDiff: (x: number, y: number) => number;
export declare const sign: (x: number, eps?: number) => 1 | -1 | 0;
export declare const sign: (x: number, eps?: number) => 1 | 0 | -1;
//# sourceMappingURL=abs.d.ts.map

@@ -6,2 +6,10 @@ # Change Log

## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/math@2.0.3...@thi.ng/math@2.0.4) (2020-08-28)
**Note:** Version bump only for package @thi.ng/math
## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/math@2.0.2...@thi.ng/math@2.0.3) (2020-08-17)

@@ -8,0 +16,0 @@

{
"name": "@thi.ng/math",
"version": "2.0.3",
"version": "2.0.4",
"description": "Assorted common math functions & utilities",

@@ -42,10 +42,10 @@ "module": "./index.js",

"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@microsoft/api-extractor": "^7.9.2",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.26",
"mocha": "^8.1.1",
"@microsoft/api-extractor": "^7.9.11",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.1",
"mocha": "^8.1.2",
"nyc": "^15.1.0",
"ts-node": "^8.10.1",
"ts-node": "^9.0.0",
"typedoc": "^0.18.0",
"typescript": "^3.9.7"
"typescript": "^4.0.2"
},

@@ -73,3 +73,3 @@ "files": [

},
"gitHead": "44824f17050b412d635b576bf5f9b2136dac9554"
"gitHead": "3a55c0df86c5be9c56a1e1a4c0cfcaa2809a160a"
}
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