Socket
Socket
Sign inDemoInstall

@uppy/provider-views

Package Overview
Dependencies
Maintainers
7
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/provider-views - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

2

lib/Browser.js

@@ -100,3 +100,3 @@ "use strict";

type: 'file',
isDisabled: !validated.result && isChecked(file),
isDisabled: !validated.result && !isChecked(file),
restrictionReason: validated.reason

@@ -103,0 +103,0 @@ });

{
"name": "@uppy/provider-views",
"description": "View library for Uppy remote provider plugins.",
"version": "2.0.4",
"version": "2.0.5",
"license": "MIT",

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

"peerDependencies": {
"@uppy/core": "^2.0.0"
},
"gitHead": "b8b4127bd55b8e7395889048407c074fce944295"
}
"@uppy/core": "^2.1.1"
}
}

@@ -118,3 +118,3 @@ const { h } = require('preact')

type: 'file',
isDisabled: !validated.result && isChecked(file),
isDisabled: !validated.result && !isChecked(file),
restrictionReason: validated.reason,

@@ -121,0 +121,0 @@ })

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