@instructure/ui-utils
Advanced tools
Comparing version 10.0.1-snapshot-9 to 10.1.1-snapshot-4973
@@ -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 @@ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
379157
6400
+ Added@instructure/console@10.1.1-snapshot-4973(transitive)
+ Added@instructure/shared-types@10.1.1-snapshot-4973(transitive)
+ Added@instructure/ui-dom-utils@10.1.1-snapshot-4973(transitive)
- Removed@instructure/console@10.0.1-snapshot-9(transitive)
- Removed@instructure/shared-types@10.0.1-snapshot-9(transitive)
- Removed@instructure/ui-dom-utils@10.0.1-snapshot-9(transitive)