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

@uppy/instagram

Package Overview
Dependencies
Maintainers
6
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 3.1.3 to 3.2.0

5

lib/Instagram.js

@@ -6,3 +6,3 @@ import { h } from 'preact';

const packageJson = {
"version": "3.1.3"
"version": "3.2.0"
};

@@ -49,3 +49,4 @@ import locale from './locale.js';

provider: 'instagram',
pluginId: this.id
pluginId: this.id,
supportsRefreshToken: false
});

@@ -52,0 +53,0 @@ this.onFirstRender = this.onFirstRender.bind(this);

10

package.json
{
"name": "@uppy/instagram",
"description": "Import photos and videos from Instagram, into Uppy.",
"version": "3.1.3",
"version": "3.2.0",
"license": "MIT",

@@ -27,10 +27,10 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/companion-client": "^3.5.0",
"@uppy/provider-views": "^3.6.0",
"@uppy/utils": "^5.5.2",
"@uppy/companion-client": "^3.7.0",
"@uppy/provider-views": "^3.8.0",
"@uppy/utils": "^5.7.0",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^3.6.0"
"@uppy/core": "^3.8.0"
}
}

@@ -43,2 +43,3 @@ import { h } from 'preact'

pluginId: this.id,
supportsRefreshToken: false,
})

@@ -45,0 +46,0 @@

Sorry, the diff of this file is not supported yet

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