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

@atlaskit/popper

Package Overview
Dependencies
Maintainers
1
Versions
87
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 6.3.2 to 6.4.0

8

CHANGELOG.md
# @atlaskit/popper
## 6.4.0
### Minor Changes
- [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
[`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
Update `React` from v16 to v18
## 6.3.2

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

2

dist/cjs/popper.js

@@ -73,2 +73,4 @@ "use strict";

}) : [];
// @ts-ignore Type errors from incompatible @popperjs/core versions between Jira and AFM Platform... we are using ts-ignore here because ts-expect-error will cause an "Unused '@ts-expect-error' directive." error
return [].concat(constantModifiers, [preventOverflowModifier, offsetModifier], (0, _toConsumableArray2.default)(maxSizeModifiers));

@@ -75,0 +77,0 @@ }, [offsetX, offsetY, shouldFitViewport]);

@@ -48,2 +48,4 @@ import React, { useMemo } from 'react';

}) : [];
// @ts-ignore Type errors from incompatible @popperjs/core versions between Jira and AFM Platform... we are using ts-ignore here because ts-expect-error will cause an "Unused '@ts-expect-error' directive." error
return [...constantModifiers, preventOverflowModifier, offsetModifier, ...maxSizeModifiers];

@@ -50,0 +52,0 @@ }, [offsetX, offsetY, shouldFitViewport]);

@@ -57,2 +57,4 @@ import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";

}) : [];
// @ts-ignore Type errors from incompatible @popperjs/core versions between Jira and AFM Platform... we are using ts-ignore here because ts-expect-error will cause an "Unused '@ts-expect-error' directive." error
return [].concat(constantModifiers, [preventOverflowModifier, offsetModifier], _toConsumableArray(maxSizeModifiers));

@@ -59,0 +61,0 @@ }, [offsetX, offsetY, shouldFitViewport]);

8

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

@@ -39,3 +39,3 @@ "publishConfig": {

"@af/visual-regression": "*",
"@atlaskit/ds-lib": "^3.3.0",
"@atlaskit/ds-lib": "^3.5.0",
"@atlaskit/ssr": "*",

@@ -45,3 +45,3 @@ "@atlaskit/visual-regression": "*",

"@emotion/styled": "^11.0.0",
"@testing-library/react": "^12.1.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",

@@ -51,3 +51,3 @@ "@types/jscodeshift": "^0.11.0",

"jscodeshift": "^0.13.0",
"react-dom": "^16.8.0",
"react-dom": "^18.2.0",
"react-lorem-component": "^0.13.0",

@@ -54,0 +54,0 @@ "typescript": "~5.4.2"

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