Socket
Socket
Sign inDemoInstall

@instructure/ui-utils

Package Overview
Dependencies
Maintainers
33
Versions
1928
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-1 to 9.2.1-snapshot-2

2

CHANGELOG.md

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

## [9.2.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.2.1-snapshot-1) (2024-07-10)
## [9.2.1-snapshot-2](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.2.1-snapshot-2) (2024-07-10)

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

@@ -26,2 +26,3 @@ /*

import '@testing-library/jest-dom';
import { vi } from 'vitest';
import { createChainedFunction } from '../createChainedFunction';

@@ -44,3 +45,3 @@ describe('createChainedFunction', () => {

length: 5
}, () => jest.fn());
}, () => vi.fn());
const chain = createChainedFunction(...spies);

@@ -47,0 +48,0 @@ chain();

"use strict";
require("@testing-library/jest-dom");
var _vitest = require("vitest");
var _createChainedFunction = require("../createChainedFunction");

@@ -45,3 +46,3 @@ /*

length: 5
}, () => jest.fn());
}, () => _vitest.vi.fn());
const chain = (0, _createChainedFunction.createChainedFunction)(...spies);

@@ -48,0 +49,0 @@ chain();

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

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

"devDependencies": {
"@instructure/ui-babel-preset": "9.2.1-snapshot-1",
"@instructure/ui-babel-preset": "9.2.1-snapshot-2",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/json-stable-stringify": "^1.0.36"
"@types/json-stable-stringify": "^1.0.36",
"vitest": "^1.6.0"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@instructure/console": "9.2.1-snapshot-1",
"@instructure/shared-types": "9.2.1-snapshot-1",
"@instructure/ui-dom-utils": "9.2.1-snapshot-1",
"@instructure/console": "9.2.1-snapshot-2",
"@instructure/shared-types": "9.2.1-snapshot-2",
"@instructure/ui-dom-utils": "9.2.1-snapshot-2",
"@types/ua-parser-js": "^0.7.39",

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc