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

react-dialog-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dialog-polyfill - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

1

lib/index.module.js
import { Modal as ModalDev, Dialog as DialogDev } from './react-dialog-polyfill.module.dev.js'
import { Modal as ModalProd, Dialog as DialogProd } from './react-dialog-polyfill.module.js'
import { default as Dropper } from './react-dialog-polyfill.module.js'

@@ -5,0 +4,0 @@ export const Modal = process.env.NODE_ENV === 'production' ? ModalProd : ModalDev

4

package.json
{
"name": "react-dialog-polyfill",
"version": "1.1.5",
"version": "1.1.6",
"description": "<dialog> element bundled with polyfill for React",

@@ -52,3 +52,3 @@ "main": "lib/index.js",

"devDependencies": {
"eslint": "^8.23.0",
"eslint": "^8.25.0",
"eslint-plugin-react-hooks": "^4.6.0",

@@ -55,0 +55,0 @@ "eslint-webpack-plugin": "^3.2.0",

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