Socket
Socket
Sign inDemoInstall

dva

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dva - npm Package Compare versions

Comparing version 2.6.0-beta.6 to 2.6.0-beta.7

13

index.d.ts

@@ -124,11 +124,6 @@ import {

/**
* Connects a React component to Dva.
*/
export function connect(
mapStateToProps?: Function,
mapDispatchToProps?: Function,
mergeProps?: Function,
options?: Object
): Function;
export {
connect, connectAdvanced, useSelector, useDispatch, useStore,
DispatchProp,
} from 'react-redux';

@@ -135,0 +130,0 @@ import * as routerRedux from 'connected-react-router';

{
"name": "dva",
"version": "2.6.0-beta.6",
"version": "2.6.0-beta.7",
"description": "React and redux based, lightweight and elm-style framework.",

@@ -35,2 +35,3 @@ "main": "dist/index.js",

"@types/isomorphic-fetch": "^0.0.35",
"@types/react-redux": "^7.1.0",
"@types/react-router-dom": "^4.3.1",

@@ -37,0 +38,0 @@ "connected-react-router": "^6.3.2",

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