Socket
Socket
Sign inDemoInstall

@reach/alert-dialog

Package Overview
Dependencies
29
Maintainers
3
Versions
66
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/alert-dialog.cjs.development.js

30

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

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

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

@@ -28,12 +33,3 @@ "prop-types": "^15.7.2"

"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc