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
274
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.11.3 to 2.11.4

50

dist/index.js

@@ -1,9 +0,43 @@

'use strict';
"use strict";
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getProtoOf = Object.getPrototypeOf;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
mod
));
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var bn_js = require('bn.js');
exports.BN = bn_js;
exports.BigNumber = bn_js;
//# sourceMappingURL=index.js.map
// src/index.ts
var src_exports = {};
__export(src_exports, {
BN: () => import_bn.default,
BigNumber: () => import_bn.default
});
module.exports = __toCommonJS(src_exports);
var import_bn = __toESM(require("bn.js"));
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
BN,
BigNumber
});
//# sourceMappingURL=index.js.map

6

package.json

@@ -55,4 +55,4 @@ {

"@types/bn.js": "^5.1.2",
"@xylabs/ts-scripts-yarn3": "^3.0.0",
"@xylabs/tsconfig": "^3.0.0",
"@xylabs/ts-scripts-yarn3": "^3.0.20",
"@xylabs/tsconfig": "^3.0.20",
"typescript": "^5.2.2"

@@ -68,3 +68,3 @@ },

"sideEffects": false,
"version": "2.11.3"
"version": "2.11.4"
}

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