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

@reach/popover

Package Overview
Dependencies
Maintainers
4
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reach/popover - npm Package Compare versions

Comparing version 0.18.0-pre.0 to 0.18.0-pre.1

dist/reach-popover.cjs.dev.js

13

CHANGELOG.md
# @reach/popover
## 0.18.0-pre.1
### Minor Changes
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e))
### Patch Changes
- Updated dependencies:
- `@reach/portal@0.18.0-pre.1`
- `@reach/rect@0.18.0-pre.1`
- `@reach/utils@0.18.0-pre.1`
## 0.18.0-pre.0

@@ -4,0 +17,0 @@

14

package.json
{
"name": "@reach/popover",
"version": "0.18.0-pre.0",
"version": "0.18.0-pre.1",
"description": "Render a portal positioned relative to another element.",

@@ -13,5 +13,5 @@ "author": "React Training <hello@reacttraining.com>",

"dependencies": {
"@reach/portal": "0.18.0-pre.0",
"@reach/rect": "0.18.0-pre.0",
"@reach/utils": "0.18.0-pre.0",
"@reach/portal": "0.18.0-pre.1",
"@reach/rect": "0.18.0-pre.1",
"@reach/utils": "0.18.0-pre.1",
"tabbable": "^5.3.3"

@@ -31,4 +31,4 @@ },

},
"main": "./dist/index.cjs.js",
"types": "./dist/index.d.ts",
"main": "./dist/reach-popover.cjs.js",
"types": "./dist/reach-popover.d.ts",
"files": [

@@ -41,3 +41,3 @@ "CHANGELOG.md",

],
"module": "./dist/index.mjs",
"module": "./dist/reach-popover.mjs",
"scripts": {

@@ -44,0 +44,0 @@ "build": "tsup"

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