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
264
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.6.16 to 2.7.0

21

.tsconfig.build.cjs.json
{
"compilerOptions": {
"rootDir": "./src",
"rootDirs": [
"package.json"
],
"baseUrl": ".",
"composite": true,
"declarationDir": "./dist/types",
"outDir": "././dist/cjs",
"module": "CommonJS",
"outDir": "./dist/cjs",
"target": "ES6"
},
"extends": "../../tsconfig.json",
"include": [
"src/**/*",
"src"
],
"exclude": [
"**/build",
"**/dist",
"**/node_modules",
"**/*.spec.*",

@@ -14,7 +29,3 @@ "**/*.spec",

"**/stories/*"
],
"extends": "./tsconfig.json",
"include": [
"src"
]
}
{
"compilerOptions": {
"module": "ES2022",
"outDir": "./dist/esm",
"target": "ES2022"
"rootDir": "./src",
"rootDirs": [
"package.json"
],
"baseUrl": ".",
"composite": true,
"declarationDir": "./dist/types",
"outDir": "././dist/esm",
"module": "ESNext",
"target": "ESNext"
},
"extends": "../../tsconfig.json",
"include": [
"src/**/*",
"src"
],
"exclude": [
"**/build",
"**/dist",
"**/node_modules",
"**/*.spec.*",

@@ -14,7 +29,3 @@ "**/*.spec",

"**/stories/*"
],
"extends": "./tsconfig.json",
"include": [
"src"
]
}

@@ -13,5 +13,5 @@ {

"character": 0,
"url": "https://github.com/xylabs/sdk-js/blob/5cd9095/packages/bignumber/src/index.ts#L1"
"url": "https://github.com/xylabs/sdk-js/blob/089a04a/packages/bignumber/src/index.ts#L1"
}
]
}

@@ -48,3 +48,3 @@ {

"@types/bn.js": "^5.1.1",
"@xylabs/ts-scripts-yarn3": "^2.12.23"
"@xylabs/ts-scripts-yarn3": "^2.13.11"
},

@@ -59,3 +59,3 @@ "publishConfig": {

"sideEffects": false,
"version": "2.6.16"
"version": "2.7.0"
}

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