Socket
Socket
Sign inDemoInstall

@atlaskit/popper

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/popper - npm Package Compare versions

Comparing version 5.6.0 to 6.0.0

8

CHANGELOG.md
# @atlaskit/popper
## 6.0.0
### Major Changes
- [#102675](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102675)
[`5a358ae041de`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5a358ae041de) -
Removing @atlaskit/in-product-testing and its usages. Entry point removals require a major bump.
## 5.6.0

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

4

dist/types-ts4.5/popper.d.ts
import React from 'react';
import { Placement, VirtualElement } from '@popperjs/core';
import { PopperChildrenProps, PopperProps } from 'react-popper';
import { type Placement, type VirtualElement } from '@popperjs/core';
import { type PopperChildrenProps, type PopperProps } from 'react-popper';
export { placements } from '@popperjs/core';

@@ -5,0 +5,0 @@ export type { Placement, VirtualElement } from '@popperjs/core';

import React from 'react';
import { Placement, VirtualElement } from '@popperjs/core';
import { PopperChildrenProps, PopperProps } from 'react-popper';
import { type Placement, type VirtualElement } from '@popperjs/core';
import { type PopperChildrenProps, type PopperProps } from 'react-popper';
export { placements } from '@popperjs/core';

@@ -5,0 +5,0 @@ export type { Placement, VirtualElement } from '@popperjs/core';

{
"name": "@atlaskit/popper",
"version": "5.6.0",
"version": "6.0.0",
"description": "A wrapper for React Popper for situations which require a bespoke popup where other ADS components are deemed unsuitable",

@@ -30,3 +30,2 @@ "publishConfig": {

"dependencies": {
"@atlaskit/in-product-testing": "^0.2.0",
"@babel/runtime": "^7.0.0",

@@ -92,4 +91,3 @@ "@popperjs/core": "^2.11.8",

".": "./src/index.tsx",
"./Popper": "./src/popper.tsx",
"./in-product": "./src/in-product.tsx"
"./Popper": "./src/popper.tsx"
},

@@ -96,0 +94,0 @@ "homepage": "https://atlassian.design/components/popper",

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc