Socket
Socket
Sign inDemoInstall

@reach/dialog

Package Overview
Dependencies
28
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

dist/reach-dialog.cjs.dev.js

12

CHANGELOG.md
# @reach/dialog
## 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/utils@0.18.0-pre.1`
## 0.18.0-pre.0

@@ -4,0 +16,0 @@

12

package.json
{
"name": "@reach/dialog",
"version": "0.18.0-pre.0",
"version": "0.18.0-pre.1",
"description": "Accessible React Modal Dialog.",

@@ -16,4 +16,4 @@ "author": "React Training <hello@reacttraining.com>",

"dependencies": {
"@reach/portal": "0.18.0-pre.0",
"@reach/utils": "0.18.0-pre.0",
"@reach/portal": "0.18.0-pre.1",
"@reach/utils": "0.18.0-pre.1",
"react-focus-lock": "2.5.2",

@@ -34,4 +34,4 @@ "react-remove-scroll": "2.4.3"

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

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

},
"module": "./dist/index.mjs",
"module": "./dist/reach-dialog.mjs",
"scripts": {

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc