react-dialog-polyfill
Advanced tools
Comparing version 1.1.5 to 1.1.6
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 |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18723
60