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.2.0 to 2.3.0

8

CHANGELOG.md
# @atlaskit/interaction-context
## 2.3.0
### Minor Changes
- [#180750](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/180750)
[`a876090daed20`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a876090daed20) -
Experimental UFO holds the third iteration
## 2.2.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.2.0",
"version": "2.3.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