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

@uppy/provider-views

Package Overview
Dependencies
Maintainers
5
Versions
109
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 1.6.7 to 1.6.8

14

lib/index.js

@@ -108,3 +108,13 @@ var _class, _temp;

this.render = this.render.bind(this);
this.clearSelection();
this.clearSelection(); // Set default state for the plugin
this.plugin.setPluginState({
authenticated: false,
files: [],
folders: [],
directories: [],
activeRow: -1,
filterInput: '',
isSearchVisible: false
});
}

@@ -776,2 +786,2 @@

return ProviderView;
}(), _class.VERSION = "1.6.7", _temp);
}(), _class.VERSION = "1.6.8", _temp);

4

package.json
{
"name": "@uppy/provider-views",
"description": "View library for Uppy remote provider plugins.",
"version": "1.6.7",
"version": "1.6.8",
"license": "MIT",

@@ -29,3 +29,3 @@ "main": "lib/index.js",

},
"gitHead": "b00ba139128393fd625defeb430c9a19b1a138f2"
"gitHead": "aacaff256c64739337c9148963e874d7c06c9e58"
}

@@ -88,2 +88,13 @@ const { h, Component } = require('preact')

this.clearSelection()
// Set default state for the plugin
this.plugin.setPluginState({
authenticated: false,
files: [],
folders: [],
directories: [],
activeRow: -1,
filterInput: '',
isSearchVisible: false
})
}

@@ -90,0 +101,0 @@

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