Socket
Socket
Sign inDemoInstall

web3-eth-iban

Package Overview
Dependencies
Maintainers
5
Versions
447
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-eth-iban - npm Package Compare versions

Comparing version 4.0.1-rc.1 to 4.0.1-rc.2

2

lib/commonjs/iban.d.ts
import { HexString } from 'web3-types';
import { IbanOptions } from './types';
import { IbanOptions } from './types.js';
/**

@@ -4,0 +4,0 @@ * Converts Ethereum addresses to IBAN or BBAN addresses and vice versa.

@@ -1,4 +0,4 @@

import { Iban } from './iban';
export * from './iban';
export * from './types';
import { Iban } from './iban.js';
export * from './iban.js';
export * from './types.js';
export default Iban;

@@ -33,6 +33,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const iban_1 = require("./iban");
__exportStar(require("./iban"), exports);
__exportStar(require("./types"), exports);
exports.default = iban_1.Iban;
const iban_js_1 = require("./iban.js");
__exportStar(require("./iban.js"), exports);
__exportStar(require("./types.js"), exports);
exports.default = iban_js_1.Iban;
//# sourceMappingURL=index.js.map

@@ -17,6 +17,6 @@ /*

*/
import { Iban } from './iban';
export * from './iban';
export * from './types';
import { Iban } from './iban.js';
export * from './iban.js';
export * from './types.js';
export default Iban;
//# sourceMappingURL=index.js.map
import { HexString } from 'web3-types';
import { IbanOptions } from './types';
import { IbanOptions } from './types.js';
/**

@@ -4,0 +4,0 @@ * Converts Ethereum addresses to IBAN or BBAN addresses and vice versa.

@@ -1,5 +0,5 @@

import { Iban } from './iban';
export * from './iban';
export * from './types';
import { Iban } from './iban.js';
export * from './iban.js';
export * from './types.js';
export default Iban;
//# sourceMappingURL=index.d.ts.map
{
"name": "web3-eth-iban",
"version": "4.0.1-rc.1",
"version": "4.0.1-rc.2",
"description": "This package converts Ethereum addresses to IBAN addresses and vice versa.",

@@ -59,8 +59,8 @@ "main": "./lib/commonjs/index.js",

"dependencies": {
"web3-errors": "^1.0.0-rc.1",
"web3-types": "^1.0.0-rc.1",
"web3-utils": "^4.0.1-rc.1",
"web3-validator": "^1.0.0-rc.1"
"web3-errors": "^1.0.0-rc.2",
"web3-types": "^1.0.0-rc.2",
"web3-utils": "^4.0.1-rc.2",
"web3-validator": "^1.0.0-rc.2"
},
"gitHead": "8bd3de3f1dece95a0f026aa226a7dfe0dad55541"
"gitHead": "e0c1aaca24b51ee6ac5975291170d97229f26910"
}

@@ -22,3 +22,3 @@ /*

import { InvalidAddressError } from 'web3-errors';
import { IbanOptions } from './types';
import { IbanOptions } from './types.js';

@@ -25,0 +25,0 @@ /**

@@ -18,7 +18,7 @@ /*

import { Iban } from './iban';
import { Iban } from './iban.js';
export * from './iban';
export * from './types';
export * from './iban.js';
export * from './types.js';
export default Iban;

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