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.30.3 to 0.30.4

9

lib/index.js

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

_this.onAuth = _this.onAuth.bind(_this);
_this.onFirstRender = _this.onFirstRender.bind(_this);
_this.render = _this.render.bind(_this);

@@ -84,7 +84,4 @@ return _this;

Instagram.prototype.onAuth = function onAuth(authenticated) {
this.setPluginState({ authenticated: authenticated });
if (authenticated) {
this.view.getFolder('recent');
}
Instagram.prototype.onFirstRender = function onFirstRender() {
this.view.getFolder('recent');
};

@@ -91,0 +88,0 @@

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

@@ -26,9 +26,9 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/companion-client": "0.28.3",
"@uppy/provider-views": "0.30.3",
"@uppy/utils": "0.30.3",
"@uppy/companion-client": "0.28.4",
"@uppy/provider-views": "0.30.4",
"@uppy/utils": "0.30.4",
"preact": "^8.2.9"
},
"devDependencies": {
"@uppy/core": "0.30.3"
"@uppy/core": "0.30.4"
},

@@ -38,3 +38,3 @@ "peerDependencies": {

},
"gitHead": "27899d944f0ffb551d0473955236734c24eb4fff"
"gitHead": "7ae8af44abdd42eef71c46b831b2e3dadb00237f"
}

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

this.onAuth = this.onAuth.bind(this)
this.onFirstRender = this.onFirstRender.bind(this)
this.render = this.render.bind(this)

@@ -64,7 +64,4 @@ }

onAuth (authenticated) {
this.setPluginState({ authenticated })
if (authenticated) {
this.view.getFolder('recent')
}
onFirstRender () {
this.view.getFolder('recent')
}

@@ -71,0 +68,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