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

@instructure/uid

Package Overview
Dependencies
Maintainers
36
Versions
1656
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/uid - npm Package Compare versions

Comparing version 10.8.1-snapshot-0 to 10.8.1-snapshot-2

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [10.8.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.8.1-snapshot-0) (2024-12-10)
## [10.8.1-snapshot-2](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.8.1-snapshot-2) (2024-12-11)

@@ -9,0 +9,0 @@ **Note:** Version bump only for package @instructure/uid

@@ -35,7 +35,7 @@ /*

const results = new Set();
for (let x = 0; x < 5000; x++) {
const id = uid('', 7);
for (let x = 0; x < 500; x++) {
const id = uid('', 17);
results.add(id);
}
expect(results.size).toBe(5000);
expect(results.size).toBe(500);
});

@@ -42,0 +42,0 @@ it('adds a prefix', () => {

@@ -38,7 +38,7 @@ "use strict";

const results = new Set();
for (let x = 0; x < 5000; x++) {
const id = (0, _uid.uid)('', 7);
for (let x = 0; x < 500; x++) {
const id = (0, _uid.uid)('', 17);
results.add(id);
}
expect(results.size).toBe(5000);
expect(results.size).toBe(500);
});

@@ -45,0 +45,0 @@ it('adds a prefix', () => {

{
"name": "@instructure/uid",
"version": "10.8.1-snapshot-0",
"version": "10.8.1-snapshot-2",
"description": "A unique (CSS-safe) id generator made by Instructure Inc.",

@@ -25,8 +25,8 @@ "author": "Instructure, Inc. Engineering and Product Design",

"devDependencies": {
"@instructure/ui-babel-preset": "10.8.1-snapshot-0",
"@testing-library/jest-dom": "^6.4.6",
"vitest": "^2.1.1"
"@instructure/ui-babel-preset": "10.8.1-snapshot-2",
"@testing-library/jest-dom": "^6.6.3",
"vitest": "^2.1.8"
},
"dependencies": {
"@babel/runtime": "^7.25.6"
"@babel/runtime": "^7.26.0"
},

@@ -33,0 +33,0 @@ "publishConfig": {

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