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

@instructure/ui-utils

Package Overview
Dependencies
Maintainers
33
Versions
2076
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-utils - npm Package Compare versions

Comparing version 10.0.1-snapshot-9 to 10.1.1-snapshot-4973

10

CHANGELOG.md

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

## [10.0.1-snapshot-9](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.0.1-snapshot-9) (2024-08-14)
## [10.1.1-snapshot-4973](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.1-snapshot-4973) (2024-08-23)

@@ -15,2 +15,10 @@ **Note:** Version bump only for package @instructure/ui-utils

# [10.1.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.0) (2024-08-23)
**Note:** Version bump only for package @instructure/ui-utils
# [10.0.0](https://github.com/instructure/instructure-ui/compare/v9.5.1...v10.0.0) (2024-07-31)

@@ -17,0 +25,0 @@

15

es/__new-tests__/hash.test.js

@@ -270,17 +270,2 @@ /*

});
it('hashes two different simple objects to different values', () => {
const result1 = hash({
foo: 'foo',
bar: 'bar',
baz: 'baz'
});
const result2 = hash({
foo: 'foo',
bar: 'ba',
baz: 'baz'
});
expect(result1).toBeDefined();
expect(result2).toBeDefined();
expect(result1).not.toEqual(result2);
});
it('hashes two different complex objects to the same value', () => {

@@ -287,0 +272,0 @@ const result1 = hash({

@@ -75,3 +75,3 @@ /*

// Step 6.a: NaN == NaN
return x !== x && y !== y; // eslint-disable-line no-self-compare
return x !== x && y !== y;
}

@@ -78,0 +78,0 @@ }

@@ -272,17 +272,2 @@ "use strict";

});
it('hashes two different simple objects to different values', () => {
const result1 = (0, _hash.hash)({
foo: 'foo',
bar: 'bar',
baz: 'baz'
});
const result2 = (0, _hash.hash)({
foo: 'foo',
bar: 'ba',
baz: 'baz'
});
expect(result1).toBeDefined();
expect(result2).toBeDefined();
expect(result1).not.toEqual(result2);
});
it('hashes two different complex objects to the same value', () => {

@@ -289,0 +274,0 @@ const result1 = (0, _hash.hash)({

@@ -82,5 +82,5 @@ "use strict";

// Step 6.a: NaN == NaN
return x !== x && y !== y; // eslint-disable-line no-self-compare
return x !== x && y !== y;
}
}
var _default = exports.default = shallowEqual;
{
"name": "@instructure/ui-utils",
"version": "10.0.1-snapshot-9",
"version": "10.1.1-snapshot-4973",
"description": "A collection of utilities for UI components",

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

"devDependencies": {
"@instructure/ui-babel-preset": "10.0.1-snapshot-9",
"@instructure/ui-babel-preset": "10.1.1-snapshot-4973",
"@testing-library/jest-dom": "^6.4.6",

@@ -34,5 +34,5 @@ "@testing-library/react": "^15.0.7",

"@babel/runtime": "^7.24.5",
"@instructure/console": "10.0.1-snapshot-9",
"@instructure/shared-types": "10.0.1-snapshot-9",
"@instructure/ui-dom-utils": "10.0.1-snapshot-9",
"@instructure/console": "10.1.1-snapshot-4973",
"@instructure/shared-types": "10.1.1-snapshot-4973",
"@instructure/ui-dom-utils": "10.1.1-snapshot-4973",
"@types/ua-parser-js": "^0.7.39",

@@ -39,0 +39,0 @@ "fast-deep-equal": "^3.1.3",

@@ -87,3 +87,3 @@ /*

// Step 6.a: NaN == NaN
return x !== x && y !== y // eslint-disable-line no-self-compare
return x !== x && y !== y
}

@@ -90,0 +90,0 @@ }

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