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

@yaffle/bigdecimal

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yaffle/bigdecimal - npm Package Compare versions

Comparing version 1.0.34 to 1.0.35

BigDecimal.d.ts

6

package.json
{
"name": "@yaffle/bigdecimal",
"version": "1.0.34",
"version": "1.0.35",
"description": "Arbitrary precision decimal arithmetic library. Polyfill for decimal proposal. Implemented on the top of BigInt.",
"main": "BigDecimal.js",
"types": "BigDecimal.d.ts",
"scripts": {

@@ -21,3 +22,4 @@ "test": "node --experimental-modules tests.js"

"files": [
"BigDecimal.js"
"BigDecimal.js",
"BigDecimal.d.ts"
],

@@ -24,0 +26,0 @@ "author": "Viktor Mukhachev",

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