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

@onflow/util-uid

Package Overview
Dependencies
Maintainers
11
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onflow/util-uid - npm Package Compare versions

Comparing version 1.1.0-alpha.3 to 1.1.0

14

CHANGELOG.md
# @onflow/util-uid
## 1.1.0
### Minor Changes
- [#1577](https://github.com/onflow/fcl-js/pull/1577) [`d9a49531`](https://github.com/onflow/fcl-js/commit/d9a495316cd03ed0de99e0f01d1b8850a1f0eec4) Thanks [@chasefleming](https://github.com/chasefleming)! - Add npmignore file for build
- [#1496](https://github.com/onflow/fcl-js/pull/1496) [`687f45ec`](https://github.com/onflow/fcl-js/commit/687f45ec25e613399f031497634c4102935d114d) Thanks [@chasefleming](https://github.com/chasefleming)! - Add JSDoc for util-uid package.
### 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.
- [#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 +18,0 @@

4

dist/util-uid.js

@@ -13,6 +13,4 @@ 'use strict';

var str = "",
num = 32;
num = 32;
while (num--) str += HEX[Math.random() * T | 0];
return str;

@@ -19,0 +17,0 @@ }

@@ -9,6 +9,4 @@ /**

var str = "",
num = 32;
num = 32;
while (num--) str += HEX[Math.random() * T | 0];
return str;

@@ -15,0 +13,0 @@ }

@@ -15,6 +15,4 @@ (function (global, factory) {

var str = "",
num = 32;
num = 32;
while (num--) str += HEX[Math.random() * T | 0];
return str;

@@ -21,0 +19,0 @@ }

{
"name": "@onflow/util-uid",
"version": "1.1.0-alpha.3",
"version": "1.1.0",
"description": "Utilities to generate Unique Identifiers",

@@ -16,3 +16,3 @@ "license": "Apache-2.0",

"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0-alpha.0",
"@onflow/fcl-bundle": "^1.3.0",
"jest": "^29.5.0"

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