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

@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.5.1 to 5.5.2

6

CHANGELOG.md
# @atlaskit/popper
## 5.5.2
### Patch Changes
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
## 5.5.1

@@ -4,0 +10,0 @@

2

dist/cjs/version.json
{
"name": "@atlaskit/popper",
"version": "5.5.1",
"version": "5.5.2",
"sideEffects": false
}
{
"name": "@atlaskit/popper",
"version": "5.5.1",
"version": "5.5.2",
"sideEffects": false
}
{
"name": "@atlaskit/popper",
"version": "5.5.1",
"version": "5.5.2",
"sideEffects": false
}
/// <reference types="cypress" />
/// <reference types="cypress" />
/// <reference types="cypress" />
import { InProductTestPageObject } from '@atlaskit/in-product-testing';

@@ -3,0 +5,0 @@ export declare class BasePopperPageObject extends InProductTestPageObject {

@@ -7,3 +7,3 @@ import React from 'react';

export type { ManagerProps, ReferenceProps, PopperProps, PopperArrowProps, PopperChildrenProps, StrictModifier, Modifier, } from 'react-popper';
declare type Offset = [number | null | undefined, number | null | undefined];
type Offset = [number | null | undefined, number | null | undefined];
export interface CustomPopperProps<Modifiers> {

@@ -10,0 +10,0 @@ /**

@@ -9,5 +9,5 @@ {

"typesVersions": {
">=4.0 <4.5": {
">=4.5 <4.9": {
"*": [
"../dist/types-ts4.0/in-product.d.ts"
"../dist/types-ts4.5/in-product.d.ts"
]

@@ -14,0 +14,0 @@ }

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

@@ -16,6 +16,6 @@ "publishConfig": {

"typesVersions": {
">=4.0 <4.5": {
">=4.5 <4.9": {
"*": [
"dist/types-ts4.0/*",
"dist/types-ts4.0/index.d.ts"
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]

@@ -58,3 +58,3 @@ }

"@atlaskit/theme": "^12.5.0",
"@atlaskit/tokens": "^1.3.0",
"@atlaskit/tokens": "^1.4.0",
"@atlaskit/visual-regression": "*",

@@ -71,3 +71,3 @@ "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",

"react-lorem-component": "^0.13.0",
"typescript": "4.5.5",
"typescript": "~4.9.5",
"wait-for-expect": "^1.2.0"

@@ -74,0 +74,0 @@ },

@@ -9,5 +9,5 @@ {

"typesVersions": {
">=4.0 <4.5": {
">=4.5 <4.9": {
"*": [
"../dist/types-ts4.0/popper.d.ts"
"../dist/types-ts4.5/popper.d.ts"
]

@@ -14,0 +14,0 @@ }

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