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

@zendeskgarden/container-utilities

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zendeskgarden/container-utilities - npm Package Compare versions

Comparing version 1.0.2 to 1.0.4

2

dist/typings/utils/useCombinedRefs.d.ts

@@ -8,3 +8,3 @@ /**

import { RefObject } from 'react';
declare type PossibleRef<T> = ((instance: T | null) => void) | RefObject<T> | null | undefined;
type PossibleRef<T> = ((instance: T | null) => void) | RefObject<T> | null | undefined;
/**

@@ -11,0 +11,0 @@ * A custom hook that combines multiple refs into a single, valid ref.

{
"name": "@zendeskgarden/container-utilities",
"version": "1.0.2",
"version": "1.0.4",
"description": "Container utilities in the Garden Design System",

@@ -44,3 +44,3 @@ "license": "Apache-2.0",

"zendeskgarden:src": "src/index.ts",
"gitHead": "1cc53f9f74902490e5af52e54d76c9aa06f8976a"
"gitHead": "c2f2e7a79b629e7d9890a349398e03ad6e333e66"
}
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