New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@onflow/util-address

Package Overview
Dependencies
Maintainers
13
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.2.2-event-streaming.1 to 1.2.2

24

CHANGELOG.md
# @onflow/util-address
## 1.2.2-event-streaming.1
## 1.2.2
### Patch Changes
- Add subscribeEvents export to FCL & fix build
- [#1859](https://github.com/onflow/fcl-js/pull/1859) [`7ed491c5`](https://github.com/onflow/fcl-js/commit/7ed491c5d2335fbbff04444d41f1f1580763d8d3) Thanks [@jribbink](https://github.com/jribbink)! - TypeScript Fixes
## 1.2.2-event-streaming.0
- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - Split packages into `@onflow/fcl`, `@onflow/fcl-core`, and `@onflow/fcl-react-native`.
- [#1827](https://github.com/onflow/fcl-js/pull/1827) [`e74c4a60`](https://github.com/onflow/fcl-js/commit/e74c4a60f38f366874aa1391ca1c890a7ad3a42a) Thanks [@nialexsan](https://github.com/nialexsan)! - Pin internal dependencies to exact versions
- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated
## 1.2.2-alpha.3
### Patch Changes
- [#1859](https://github.com/onflow/fcl-js/pull/1859) [`7ed491c5`](https://github.com/onflow/fcl-js/commit/7ed491c5d2335fbbff04444d41f1f1580763d8d3) Thanks [@jribbink](https://github.com/jribbink)! - TypeScript Fixes
## 1.2.2-alpha.2
### Patch Changes
- [#1827](https://github.com/onflow/fcl-js/pull/1827) [`e74c4a60`](https://github.com/onflow/fcl-js/commit/e74c4a60f38f366874aa1391ca1c890a7ad3a42a) Thanks [@nialexsan](https://github.com/nialexsan)! - pin versions
## 1.2.2-alpha.1
### Patch Changes
- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated

@@ -14,0 +32,0 @@

1

dist/util-address.js

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

}
/**

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

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

}
/**

@@ -13,0 +12,0 @@ * @description Adds 0x to address if not already present

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

}
/**

@@ -19,0 +18,0 @@ * @description Adds 0x to address if not already present

{
"name": "@onflow/util-address",
"version": "1.2.2-event-streaming.1",
"version": "1.2.2",
"description": "Flow JS SDK Util -- Address",

@@ -17,4 +17,4 @@ "license": "Apache-2.0",

"@babel/preset-typescript": "^7.22.5",
"@onflow/fcl-bundle": "^1.4.2-event-streaming.1",
"@onflow/types": "^1.3.0-event-streaming.1",
"@onflow/fcl-bundle": "1.4.2",
"@onflow/types": "1.3.0",
"@types/jest": "^29.5.3",

@@ -25,3 +25,3 @@ "@types/node": "^18.13.0",

"eslint": "^8.47.0",
"eslint-plugin-jsdoc": "^46.4.6",
"eslint-plugin-jsdoc": "^46.9.0",
"jest": "^29.5.0",

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

export declare function sansPrefix(address: null): null;
export declare function sansPrefix(address: string): string;
export declare function sansPrefix(address: string | null): string | null;
/**
* @description Adds 0x to address if not already present
* @param address - Flow address
* @returns Flow address with 0x prefix
*/
export declare function withPrefix(address: null): null;
export declare function withPrefix(address: string): string;
export declare function withPrefix(address: string | null): string | null;

@@ -10,0 +7,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