New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/interaction-context

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/interaction-context - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

8

CHANGELOG.md
# @atlaskit/interaction-context
## 2.5.0
### Minor Changes
- [#99207](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99207)
[`59963df2ae2f3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/59963df2ae2f3) -
Experimental UFO holds
## 2.4.0

@@ -4,0 +12,0 @@

6

dist/types-ts4.5/index.d.ts
/// <reference types="react" />
export interface InteractionContextType {
/**
* Hold a in-progress interaction
* Hold an in-progress interaction
*

@@ -22,6 +22,6 @@ * Usage:

*/
hold(name: string | undefined): void | (() => void);
hold(name?: string): void | (() => void);
/**
* Trace a press event
* Measures from your trigger (e.g. a button click)
* Measures from your trigger (e.g., a button click)
*

@@ -28,0 +28,0 @@ * Usage:

/// <reference types="react" />
export interface InteractionContextType {
/**
* Hold a in-progress interaction
* Hold an in-progress interaction
*

@@ -22,6 +22,6 @@ * Usage:

*/
hold(name: string | undefined): void | (() => void);
hold(name?: string): void | (() => void);
/**
* Trace a press event
* Measures from your trigger (e.g. a button click)
* Measures from your trigger (e.g., a button click)
*

@@ -28,0 +28,0 @@ * Usage:

{
"name": "@atlaskit/interaction-context",
"version": "2.4.0",
"version": "2.5.0",
"description": "Interaction context for handling tracing",

@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd",

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