Socket
Socket
Sign inDemoInstall

@mxjs/router-modal

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mxjs/router-modal - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

__tests__/__snapshots__/ModelView.jsx.snap

16

CHANGELOG.md

@@ -0,1 +1,17 @@

## [0.3.1](https://github.com/miaoxing/miaoxing/compare/@mxjs/router-modal@0.3.0...@mxjs/router-modal@0.3.1) (2024-07-31)
### Bug Fixes
* `export default from` 改为标准语法 ([5263db9](https://github.com/miaoxing/miaoxing/commit/5263db9275125e6c1faca4a3c5cf3244631f2256))
### Dependencies
* **@mxjs/router:** upgrade from `0.3.0` to `0.3.1`
* **@miaoxing/dev:** upgrade from `9.1.1` to `9.1.2`
# [0.3.0](https://github.com/miaoxing/miaoxing/compare/@mxjs/router-modal@0.2.16...@mxjs/router-modal@0.3.0) (2024-05-01)

@@ -2,0 +18,0 @@

18

index.js

@@ -1,5 +0,13 @@

export ModalEvent from './ModalEvent';
export ModalLink from './ModalLink';
export ModalSwitch from './ModalSwitch';
export ModalView from './ModalView';
export ModalContext from './ModalSwitch';
import ModalEvent from './ModalEvent';
import ModalLink from './ModalLink';
import ModalSwitch from './ModalSwitch';
import ModalView from './ModalView';
import ModalContext from './ModalSwitch';
export {
ModalEvent,
ModalLink,
ModalSwitch,
ModalView,
ModalContext,
};
{
"name": "@mxjs/router-modal",
"version": "0.3.0",
"version": "0.3.1",
"main": "index.js",

@@ -15,6 +15,6 @@ "license": "MIT",

"react-router-dom": "^6",
"@mxjs/router": "^0.3.0"
"@mxjs/router": "^0.3.1"
},
"devDependencies": {
"@miaoxing/dev": "^9.1.1",
"@miaoxing/dev": "^9.1.2",
"@testing-library/react": "^14",

@@ -21,0 +21,0 @@ "react": ">=16.13.1",

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