New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xylabs/bignumber

Package Overview
Dependencies
Maintainers
7
Versions
284
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

to
2.6.16

dist/.tsconfig.build.cjs.tsbuildinfo

4

.tsconfig.build.cjs.json

@@ -11,3 +11,5 @@ {

"**/*.stories.*",
"**/*.example.*"
"**/*.example.*",
"**/spec/*",
"**/stories/*"
],

@@ -14,0 +16,0 @@ "extends": "./tsconfig.json",

@@ -11,3 +11,5 @@ {

"**/*.stories.*",
"**/*.example.*"
"**/*.example.*",
"**/spec/*",
"**/stories/*"
],

@@ -14,0 +16,0 @@ "extends": "./tsconfig.json",

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

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

@@ -18,3 +18,3 @@ {

"docs": "dist/docs.json",
"types": "dist/esm/index.d.ts",
"types": "dist/types/index.d.ts",
"dependencies": {

@@ -49,3 +49,3 @@ "bn.js": "^5.2.1"

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

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

"sideEffects": false,
"version": "2.6.15"
"version": "2.6.16"
}
{
"compilerOptions": {
"esModuleInterop": true,
"outDir": "dist",
"sourceMap": true
"baseUrl": ".",
"composite": true,
"declarationDir": "./dist/types",
"outDir": "./dist",
"rootDir": "./src"
},
"exclude": [".yarn/**/*", "dist", "node_modules"],
"extends": "../../tsconfig.json"
"extends": "../../tsconfig.json",
"include": ["src/**/*"]
}