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.0.1 to 2.0.2

2

lib/index.js

@@ -133,3 +133,3 @@ 'use strict';

callback(history.location);
oldListen.call(history, callback);
return oldListen.call(history, callback);
};

@@ -136,0 +136,0 @@ return history;

{
"name": "dva",
"version": "2.0.1",
"version": "2.0.2",
"description": "React and redux based, lightweight and elm-style framework.",

@@ -5,0 +5,0 @@ "repository": {

@@ -108,5 +108,5 @@ import React from 'react';

callback(history.location);
oldListen.call(history, callback);
return oldListen.call(history, callback);
};
return history;
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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