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
273
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.13.20 to 2.13.21

3

dist/browser/index.d.ts

@@ -1,3 +0,2 @@

import BN from 'bn.js';
export { BN as BigNumber, BN };
export { default as BigNumber, default as BN } from 'bn.js';
//# sourceMappingURL=index.d.ts.map
// src/index.ts
import BN from "bn.js";
import { default as default2, default as default3 } from "bn.js";
export {
BN,
BN as BigNumber
default3 as BN,
default2 as BigNumber
};
//# sourceMappingURL=index.js.map

@@ -1,3 +0,2 @@

import BN from 'bn.js';
export { BN as BigNumber, BN };
export { default as BigNumber, default as BN } from 'bn.js';
//# sourceMappingURL=index.d.ts.map
// src/index.ts
import BN from "bn.js";
import { default as default2, default as default3 } from "bn.js";
export {
BN,
BN as BigNumber
default3 as BN,
default2 as BigNumber
};
//# sourceMappingURL=index.js.map

@@ -35,2 +35,3 @@ {

"keywords": [
"bignumber",
"xylabs",

@@ -43,6 +44,9 @@ "utility",

"@types/bn.js": "^5.1.5",
"@xylabs/ts-scripts-yarn3": "^3.2.10",
"@xylabs/tsconfig": "^3.2.10",
"typescript": "^5.3.2"
"@xylabs/ts-scripts-yarn3": "^3.2.25",
"@xylabs/tsconfig": "^3.2.25",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18"
},
"publishConfig": {

@@ -56,4 +60,4 @@ "access": "public"

"sideEffects": false,
"version": "2.13.20",
"version": "2.13.21",
"type": "module"
}

@@ -1,3 +0,1 @@

import BN from 'bn.js'
export { BN as BigNumber, BN }
export { default as BigNumber, default as BN } from 'bn.js'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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