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

@goldfishjs/reactive

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/reactive - 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 @@

14

package.json
{
"name": "@goldfishjs/reactive",
"version": "2.6.2",
"version": "2.7.0",
"description": "Reactive.",

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

"dependencies": {
"@goldfishjs/module-usage": "^2.6.2",
"@goldfishjs/utils": "^2.6.2"
"@goldfishjs/module-usage": "^2.7.0",
"@goldfishjs/utils": "^2.7.0"
},
"devDependencies": {
"@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": "*"
},

@@ -29,0 +29,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