Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@onflow/util-address

Package Overview
Dependencies
Maintainers
11
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onflow/util-address - npm Package Compare versions

Comparing version 1.1.0-alpha.3 to 1.1.0-alpha.4

6

CHANGELOG.md
# @onflow/util-address
## 1.1.0-alpha.4
### Patch Changes
- [#1658](https://github.com/onflow/fcl-js/pull/1658) [`2512b5c5`](https://github.com/onflow/fcl-js/commit/2512b5c53dff708fca97cd8afdbb1f4a46b2f106) Thanks [@nialexsan](https://github.com/nialexsan)! - Align jest version
## 1.1.0-alpha.3

@@ -4,0 +10,0 @@

4

dist/util-address.js

@@ -14,2 +14,3 @@ 'use strict';

}
/**

@@ -20,3 +21,2 @@ * @description Adds 0x to address if not already present

*/
function withPrefix(address) {

@@ -26,2 +26,3 @@ if (address == null) return null;

}
/**

@@ -32,3 +33,2 @@ * @description Adds 0x to address if not already present

*/
function display(address) {

@@ -35,0 +35,0 @@ return withPrefix(address);

@@ -10,2 +10,3 @@ /**

}
/**

@@ -16,3 +17,2 @@ * @description Adds 0x to address if not already present

*/
function withPrefix(address) {

@@ -22,2 +22,3 @@ if (address == null) return null;

}
/**

@@ -28,3 +29,2 @@ * @description Adds 0x to address if not already present

*/
function display(address) {

@@ -31,0 +31,0 @@ return withPrefix(address);

@@ -16,2 +16,3 @@ (function (global, factory) {

}
/**

@@ -22,3 +23,2 @@ * @description Adds 0x to address if not already present

*/
function withPrefix(address) {

@@ -28,2 +28,3 @@ if (address == null) return null;

}
/**

@@ -34,3 +35,2 @@ * @description Adds 0x to address if not already present

*/
function display(address) {

@@ -37,0 +37,0 @@ return withPrefix(address);

{
"name": "@onflow/util-address",
"version": "1.1.0-alpha.3",
"version": "1.1.0-alpha.4",
"description": "Flow JS SDK Util -- Address",

@@ -22,7 +22,7 @@ "license": "Apache-2.0",

"@onflow/fcl-bundle": "^1.3.0-alpha.0",
"@onflow/types": "^1.1.0-alpha.0",
"@onflow/types": "^1.1.0-alpha.1",
"@types/node": "^18.13.0",
"eslint": "^8.33.0",
"eslint-plugin-jsdoc": "^39.7.5",
"jest": "26.4.2",
"jest": "^27.5.1",
"jest-esm-transformer": "1.0.0",

@@ -29,0 +29,0 @@ "typescript": "^4.9.5"

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