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

@atlaskit/popup

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/popup - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

8

CHANGELOG.md
# @atlaskit/popup
## 0.1.2
### Patch Changes
- [patch][242dd7a06d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/242dd7a06d):
Expose additional types
## 0.1.1

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

5

dist/cjs/types.d.ts
import { Dispatch, SetStateAction, FC } from 'react';
import { Placement } from '@atlaskit/popper';
export declare type ReactRef = React.Ref<HTMLElement> | HTMLElement | null;
declare type TriggerProps = {
export declare type TriggerProps = {
ref: any;

@@ -10,3 +10,3 @@ 'aria-controls'?: string;

};
declare type ContentProps = {
export declare type ContentProps = {
scheduleUpdate(): void;

@@ -63,2 +63,1 @@ isOpen: boolean;

};
export {};

2

dist/cjs/version.json
{
"name": "@atlaskit/popup",
"version": "0.1.1",
"version": "0.1.2",
"sideEffects": false
}
import { Dispatch, SetStateAction, FC } from 'react';
import { Placement } from '@atlaskit/popper';
export declare type ReactRef = React.Ref<HTMLElement> | HTMLElement | null;
declare type TriggerProps = {
export declare type TriggerProps = {
ref: any;

@@ -10,3 +10,3 @@ 'aria-controls'?: string;

};
declare type ContentProps = {
export declare type ContentProps = {
scheduleUpdate(): void;

@@ -63,2 +63,1 @@ isOpen: boolean;

};
export {};
{
"name": "@atlaskit/popup",
"version": "0.1.1",
"version": "0.1.2",
"sideEffects": false
}
{
"name": "@atlaskit/popup",
"version": "0.1.1",
"version": "0.1.2",
"description": "Renders a portaled popup component in reference to a trigger.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

{
"name": "@atlaskit/popup",
"version": "0.1.1",
"version": "0.1.2",
"sideEffects": false
}
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