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

@xylabs/bignumber

Package Overview
Dependencies
Maintainers
7
Versions
266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/bignumber - npm Package Compare versions

Comparing version 2.10.0 to 2.10.1

5

package.json

@@ -17,4 +17,3 @@ {

"dependencies": {
"bn.js": "^5.2.1",
"tslib": "^2.6.2"
"bn.js": "^5.2.1"
},

@@ -74,3 +73,3 @@ "exports": {

"sideEffects": false,
"version": "2.10.0"
"version": "2.10.1"
}

8

tsup.config.ts

@@ -8,8 +8,10 @@ import { defineConfig } from 'tsup'

clean: true,
dts: true,
entry: ['src'],
dts: {
entry: ['src/index.ts'],
},
entry: ['src/index.ts'],
format: ['cjs', 'esm'],
sourcemap: true,
splitting: false,
tsconfig: 'tsconfig.json',
tsconfig: 'tsconfig.build.json',
})
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