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

@uppy/instagram

Package Overview
Dependencies
Maintainers
5
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/instagram - npm Package Compare versions

Comparing version 0.28.0 to 0.29.0

3

lib/index.js

@@ -39,3 +39,3 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

_this[_this.id] = new Provider(uppy, {
_this.provider = new Provider(uppy, {
serverUrl: _this.opts.serverUrl,

@@ -54,2 +54,3 @@ serverHeaders: _this.opts.serverHeaders,

this.view = new ProviderViews(this, {
provider: this.provider,
viewType: 'grid',

@@ -56,0 +57,0 @@ showTitles: false,

{
"name": "@uppy/instagram",
"description": "Import photos and videos from Instagram, into Uppy.",
"version": "0.28.0",
"version": "0.29.0",
"license": "MIT",

@@ -28,13 +28,13 @@ "main": "lib/index.js",

"@uppy/companion-client": "0.27.2",
"@uppy/provider-views": "0.28.0",
"@uppy/utils": "0.28.0",
"@uppy/provider-views": "0.29.0",
"@uppy/utils": "0.29.0",
"preact": "^8.2.9"
},
"devDependencies": {
"@uppy/core": "0.28.0"
"@uppy/core": "0.29.0"
},
"peerDependencies": {
"@uppy/core": "^0.28.0"
"@uppy/core": "^0.29.0"
},
"gitHead": "47a68a6148a41c7b8a1e10e78b6cd6794a53f7e5"
"gitHead": "c68f2c7e68d2c12f8a8fb7119f1dae4ca08e4174"
}

@@ -20,3 +20,3 @@ const { Plugin } = require('@uppy/core')

this[this.id] = new Provider(uppy, {
this.provider = new Provider(uppy, {
serverUrl: this.opts.serverUrl,

@@ -34,2 +34,3 @@ serverHeaders: this.opts.serverHeaders,

this.view = new ProviderViews(this, {
provider: this.provider,
viewType: 'grid',

@@ -36,0 +37,0 @@ showTitles: false,

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