New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uppy/instagram

Package Overview
Dependencies
Maintainers
5
Versions
95
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

to
4.2.1

3

lib/Instagram.d.ts

@@ -5,4 +5,3 @@ import { Provider, type CompanionPluginOptions } from '@uppy/companion-client';

import { h, type ComponentChild } from 'preact';
import type { UppyFile, Body, Meta } from '@uppy/utils/lib/UppyFile';
import type { AsyncStore, UnknownProviderPlugin, UnknownProviderPluginState } from '@uppy/core/lib/Uppy.js';
import type { UppyFile, Body, Meta, AsyncStore, UnknownProviderPlugin, UnknownProviderPluginState } from '@uppy/core';
export type InstagramOptions = CompanionPluginOptions;

@@ -9,0 +8,0 @@ export default class Instagram<M extends Meta, B extends Body> extends UIPlugin<InstagramOptions, M, B, UnknownProviderPluginState> implements UnknownProviderPlugin<M, B> {

@@ -9,3 +9,3 @@ import { Provider, getAllowedHosts, tokenStorage } from '@uppy/companion-client';

const packageJson = {
"version": "4.2.0"
"version": "4.2.1"
};

@@ -12,0 +12,0 @@ export default class Instagram extends UIPlugin {

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

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

"dependencies": {
"@uppy/companion-client": "^4.4.0",
"@uppy/provider-views": "^4.3.0",
"@uppy/utils": "^6.1.0",
"@uppy/companion-client": "^4.4.1",
"@uppy/provider-views": "^4.4.1",
"@uppy/utils": "^6.1.1",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^4.4.0"
"@uppy/core": "^4.4.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet