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

@goldfishjs/route

Package Overview
Dependencies
Maintainers
2
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldfishjs/route - npm Package Compare versions

Comparing version 2.6.2 to 2.7.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [2.7.0](https://github.com/alipay/goldfish/compare/v2.6.2...v2.7.0) (2022-03-12)
### Features
* match any version of react types. ([2738984](https://github.com/alipay/goldfish/commit/2738984602c5f9671a69387e44e74436d11eb361))
## [2.6.2](https://github.com/alipay/goldfish/compare/v2.6.1...v2.6.2) (2022-03-10)

@@ -8,0 +19,0 @@

12

package.json
{
"name": "@goldfishjs/route",
"version": "2.6.2",
"version": "2.7.0",
"description": "goldfish-route",

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

"dependencies": {
"@goldfishjs/module-usage": "^2.6.2",
"@goldfishjs/module-usage": "^2.7.0",
"@types/qs": "^6.9.0",

@@ -25,7 +25,7 @@ "mini-types": "^0.1.3",

"@types/lodash": "^4.14.117",
"@types/react": "^16.7.3",
"@types/react-dom": "^16.0.9",
"@types/react": "*",
"@types/react-dom": "*",
"lodash": "^4.17.19",
"react": "^16.6.1",
"react-dom": "^16.6.1"
"react": "*",
"react-dom": "*"
},

@@ -32,0 +32,0 @@ "sideEffects": false,

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