@uppy/instagram
Advanced tools
Comparing version 0.30.2 to 0.30.3
@@ -42,4 +42,6 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
serverHeaders: _this.opts.serverHeaders, | ||
storage: _this.opts.storage, | ||
provider: 'instagram', | ||
authProvider: 'instagram' | ||
authProvider: 'instagram', | ||
pluginId: _this.id | ||
}); | ||
@@ -46,0 +48,0 @@ |
{ | ||
"name": "@uppy/instagram", | ||
"description": "Import photos and videos from Instagram, into Uppy.", | ||
"version": "0.30.2", | ||
"version": "0.30.3", | ||
"license": "MIT", | ||
@@ -26,9 +26,9 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^0.28.2", | ||
"@uppy/provider-views": "^0.30.2", | ||
"@uppy/utils": "^0.30.2", | ||
"@uppy/companion-client": "0.28.3", | ||
"@uppy/provider-views": "0.30.3", | ||
"@uppy/utils": "0.30.3", | ||
"preact": "^8.2.9" | ||
}, | ||
"devDependencies": { | ||
"@uppy/core": "^0.30.2" | ||
"@uppy/core": "0.30.3" | ||
}, | ||
@@ -38,3 +38,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "f94bc77debd56e75bb605a268ad2c8cd67dd6678" | ||
"gitHead": "27899d944f0ffb551d0473955236734c24eb4fff" | ||
} |
@@ -31,3 +31,3 @@ # @uppy/instagram | ||
We recommend installing from npm and then using a module bundler such as [Webpack](http://webpack.github.io/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). | ||
We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). | ||
@@ -34,0 +34,0 @@ Alternatively, you can also use this plugin in a pre-built bundle from Transloadit's CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. |
@@ -23,4 +23,6 @@ const { Plugin } = require('@uppy/core') | ||
serverHeaders: this.opts.serverHeaders, | ||
storage: this.opts.storage, | ||
provider: 'instagram', | ||
authProvider: 'instagram' | ||
authProvider: 'instagram', | ||
pluginId: this.id | ||
}) | ||
@@ -27,0 +29,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
12889
171
+ Added@uppy/companion-client@0.28.3(transitive)
+ Added@uppy/provider-views@0.30.3(transitive)
+ Added@uppy/utils@0.30.3(transitive)
- Removed@uppy/companion-client@0.28.5(transitive)
- Removed@uppy/provider-views@0.30.5(transitive)
- Removed@uppy/utils@0.30.6(transitive)
Updated@uppy/provider-views@0.30.3
Updated@uppy/utils@0.30.3