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

@atlaskit/popper

Package Overview
Dependencies
Maintainers
2
Versions
85
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.0 to 6.3.1

8

CHANGELOG.md
# @atlaskit/popper
## 6.3.1
### Patch Changes
- [#165531](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165531)
[`57f451bda8919`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57f451bda8919) -
Adds side-effect config to support Compiled css extraction in third-party apps
## 6.3.0

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

2

dist/cjs/popper.js

@@ -22,3 +22,3 @@ "use strict";

function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
// Export types from PopperJS / React Popper

@@ -25,0 +25,0 @@

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

@@ -15,3 +15,5 @@ "publishConfig": {

"types": "dist/types/index.d.ts",
"sideEffects": false,
"sideEffects": [
"**/*.compiled.css"
],
"atlaskit:src": "src/index.tsx",

@@ -38,3 +40,3 @@ "atlassian": {

"@af/visual-regression": "*",
"@atlaskit/ds-lib": "^2.5.0",
"@atlaskit/ds-lib": "^3.2.0",
"@atlaskit/ssr": "*",

@@ -41,0 +43,0 @@ "@atlaskit/visual-regression": "*",

@@ -6,3 +6,5 @@ {

"module:es2019": "../dist/es2019/popper.js",
"sideEffects": false,
"sideEffects": [
"**/*.compiled.css"
],
"types": "../dist/types/popper.d.ts",

@@ -9,0 +11,0 @@ "typesVersions": {

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