@uppy/instagram
Advanced tools
Comparing version 0.30.3 to 0.30.4
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12744
165
+ Added@uppy/companion-client@0.28.4(transitive)
+ Added@uppy/provider-views@0.30.4(transitive)
+ Added@uppy/utils@0.30.4(transitive)
- Removed@uppy/companion-client@0.28.3(transitive)
- Removed@uppy/provider-views@0.30.3(transitive)
- Removed@uppy/utils@0.30.3(transitive)
Updated@uppy/provider-views@0.30.4
Updated@uppy/utils@0.30.4