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

@uppy/redux-dev-tools

Package Overview
Dependencies
Maintainers
8
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/redux-dev-tools - npm Package Compare versions

Comparing version 3.0.0-beta.1 to 3.0.0-beta.2

4

lib/index.js
import { UIPlugin } from '@uppy/core';
const packageJson = {
"version": "3.0.0-beta.1"
"version": "3.0.0-beta.2"
};

@@ -43,3 +43,3 @@ /* eslint-disable max-len */

case 'RESET':
this.uppy.reset();
this.uppy.cancelAll();
return;

@@ -46,0 +46,0 @@

{
"name": "@uppy/redux-dev-tools",
"description": "Redux developer tools plugin for Uppy that simply syncs Uppy’s state with redux-devtools browser or JS extensions, and allows for basic time travel",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",

@@ -25,5 +25,4 @@ "main": "lib/index.js",

"peerDependencies": {
"@uppy/core": "^3.0.0-beta.1"
},
"stableVersion": "2.1.0"
"@uppy/core": "^3.0.0-beta.4"
}
}

@@ -43,3 +43,3 @@ import { UIPlugin } from '@uppy/core'

case 'RESET':
this.uppy.reset()
this.uppy.cancelAll()
return

@@ -46,0 +46,0 @@ case 'IMPORT_STATE': {

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