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
27
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.4 to 1.1.0-alpha.5

.babelrc

6

CHANGELOG.md
# @onflow/util-address
## 1.1.0-alpha.5
### Patch Changes
- [#1663](https://github.com/onflow/fcl-js/pull/1663) [`62dfafa9`](https://github.com/onflow/fcl-js/commit/62dfafa9c7adc3933822b0d3171d6eb025f1719e) Thanks [@nialexsan](https://github.com/nialexsan)! - Upgrade jest to v29.5 and update tests accordingly. Change build to transpile with ESM modules.
## 1.1.0-alpha.4

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

4

dist/util-address.js

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

}
/**

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

*/
function withPrefix(address) {

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

}
/**

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

*/
function display(address) {

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

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

}
/**

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

*/
function withPrefix(address) {

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

}
/**

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

*/
function display(address) {

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

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

}
/**

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

*/
function withPrefix(address) {

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

}
/**

@@ -35,2 +34,3 @@ * @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.4",
"version": "1.1.0-alpha.5",
"description": "Flow JS SDK Util -- Address",

@@ -15,15 +15,9 @@ "license": "Apache-2.0",

},
"jest": {
"transform": {
".js": "jest-esm-transformer"
}
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0-alpha.0",
"@onflow/types": "^1.1.0-alpha.1",
"@onflow/types": "^1.1.0-alpha.2",
"@types/node": "^18.13.0",
"eslint": "^8.33.0",
"eslint-plugin-jsdoc": "^39.7.5",
"jest": "^27.5.1",
"jest-esm-transformer": "1.0.0",
"jest": "^29.5.0",
"typescript": "^4.9.5"

@@ -30,0 +24,0 @@ },

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