Socket
Socket
Sign inDemoInstall

@mxjs/router

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mxjs/router - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

AccessLink.js

15

CHANGELOG.md

@@ -0,1 +1,16 @@

## [0.2.7](https://github.com/miaoxing/miaoxing/compare/@mxjs/router@0.2.6...@mxjs/router@0.2.7) (2023-04-15)
### Features
* **router:** 增加 `AccessLink` 组件,控制用户有权限才展示链接 ([00a2126](https://github.com/miaoxing/miaoxing/commit/00a21269186f1c54e5a9cace3bb08f13ec4a3c0d))
### Dependencies
* **@mxjs/auth:** upgrade from `1.0.0` to `1.1.0`
## [0.2.6](https://github.com/miaoxing/miaoxing/compare/@mxjs/router@0.2.5...@mxjs/router@0.2.6) (2023-01-01)

@@ -2,0 +17,0 @@

1

index.js
export Link from './Link';
export AccessLink from './AccessLink';

3

package.json
{
"name": "@mxjs/router",
"version": "0.2.6",
"version": "0.2.7",
"main": "index.js",

@@ -14,2 +14,3 @@ "license": "MIT",

"dependencies": {
"@mxjs/auth": "^1.1.0",
"react-router": "^5.2.0",

@@ -16,0 +17,0 @@ "react-router-dom": "^5.2.0",

Sorry, the diff of this file is not supported yet

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