Socket
Socket
Sign inDemoInstall

@instructure/ui-utils

Package Overview
Dependencies
Maintainers
33
Versions
1980
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 9.2.1-snapshot-11 to 9.2.1-snapshot-14

2

CHANGELOG.md

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

## [9.2.1-snapshot-11](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.2.1-snapshot-11) (2024-07-16)
## [9.2.1-snapshot-14](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.2.1-snapshot-14) (2024-07-16)

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

{
"name": "@instructure/ui-utils",
"version": "9.2.1-snapshot-11",
"version": "9.2.1-snapshot-14",
"description": "A collection of utilities for UI components",

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

"devDependencies": {
"@instructure/ui-babel-preset": "9.2.1-snapshot-11",
"@testing-library/jest-dom": "^6.4.5",
"@instructure/ui-babel-preset": "9.2.1-snapshot-14",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^15.0.7",
"@types/json-stable-stringify": "^1.0.36",
"vitest": "^1.6.0"
"vitest": "^2.0.2"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@instructure/console": "9.2.1-snapshot-11",
"@instructure/shared-types": "9.2.1-snapshot-11",
"@instructure/ui-dom-utils": "9.2.1-snapshot-11",
"@instructure/console": "9.2.1-snapshot-14",
"@instructure/shared-types": "9.2.1-snapshot-14",
"@instructure/ui-dom-utils": "9.2.1-snapshot-14",
"@types/ua-parser-js": "^0.7.39",
"fast-deep-equal": "^3.1.3",
"json-stable-stringify": "^1.1.1",
"ua-parser-js": "^1.0.37"
"ua-parser-js": "^1.0.38"
},

@@ -42,0 +42,0 @@ "peerDependencies": {

@@ -16,5 +16,5 @@ type GenericFunction = (...args: any[]) => any;

*/
declare function createChainedFunction<F extends GenericFunction = GenericFunction>(...funcs: (null | undefined | F)[]): F | undefined;
declare function createChainedFunction<F extends GenericFunction = GenericFunction>(...funcs: (null | undefined | F)[]): undefined | F;
export default createChainedFunction;
export { createChainedFunction };
//# sourceMappingURL=createChainedFunction.d.ts.map

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

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