Socket
Socket
Sign inDemoInstall

@ethersproject/base64

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/base64 - npm Package Compare versions

Comparing version 5.0.8 to 5.0.9

2

lib.esm/_version.d.ts

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

export declare const version = "base64/5.0.8";
export declare const version = "base64/5.0.9";
//# sourceMappingURL=_version.d.ts.map

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

export const version = "base64/5.0.8";
export const version = "base64/5.0.9";
//# sourceMappingURL=_version.js.map

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

export declare const version = "base64/5.0.8";
export declare const version = "base64/5.0.9";
//# sourceMappingURL=_version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "base64/5.0.8";
exports.version = void 0;
exports.version = "base64/5.0.9";
//# sourceMappingURL=_version.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.encode = exports.decode = void 0;
var bytes_1 = require("@ethersproject/bytes");

@@ -4,0 +5,0 @@ function decode(textData) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.encode = exports.decode = void 0;
var bytes_1 = require("@ethersproject/bytes");

@@ -4,0 +5,0 @@ function decode(textData) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.encode = exports.decode = void 0;
var base64_1 = require("./base64");
exports.decode = base64_1.decode;
exports.encode = base64_1.encode;
Object.defineProperty(exports, "decode", { enumerable: true, get: function () { return base64_1.decode; } });
Object.defineProperty(exports, "encode", { enumerable: true, get: function () { return base64_1.encode; } });
//# sourceMappingURL=index.js.map

@@ -24,3 +24,3 @@ {

],
"gitHead": "4f67ecdf628268724077ffbbde4b188cd48579ec",
"gitHead": "6c43e20e7a68f3f5a141c74527ec63d9fe8458be",
"keywords": [

@@ -46,5 +46,5 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0xe9cc3e4694792651ce184eab8414168cdf7f1efdd854443218491ae0334ece9b",
"tarballHash": "0xc298bd572950163d3b6e81dd27abf053f610ab33cd52a81fa9b6bacbd2c68da2",
"types": "./lib/index.d.ts",
"version": "5.0.8"
"version": "5.0.9"
}

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

export const version = "base64/5.0.8";
export const version = "base64/5.0.9";

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