You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@reach/dialog

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0 to 0.7.1

dist/dialog.cjs.development.js

29

package.json
{
"name": "@reach/dialog",
"version": "0.7.0",
"version": "0.7.1",
"description": "Accessible React Modal Dialog.",

@@ -12,10 +12,16 @@ "repository": {

"license": "MIT",
"main": "index.js",
"module": "es/index.js",
"main": "dist/index.js",
"umd:main": "dist/dialog.umd.production.js",
"module": "dist/dialog.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"styles.css"
],
"scripts": {
"build": "node ../../shared/build-package"
"build": "cross-env NODE_ENV=production tsdx build --format=cjs,esm,umd"
},
"dependencies": {
"@reach/portal": "^0.7.0",
"@reach/utils": "^0.7.0",
"@reach/portal": "^0.7.1",
"@reach/utils": "^0.7.1",
"prop-types": "^15.7.2",

@@ -28,12 +34,3 @@ "react-focus-lock": "^2.2.1",

"react-dom": "^16.8.0"
},
"files": [
"es",
"src",
"lib",
"index.js",
"index.d.ts",
"styles.css"
],
"gitHead": "c6c10662e6eaf229594e4d6e6a38d8c9baa35ffa"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc