@atlaskit/popper
Advanced tools
Comparing version 6.3.0 to 6.3.1
# @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 @@ |
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unstable ownership
Supply chain riskA new collaborator has begun publishing package versions. Package stability and security risk may be elevated.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83700
1
1