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

@invisionapp/studio-api

Package Overview
Dependencies
Maintainers
31
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invisionapp/studio-api - npm Package Compare versions

Comparing version 3.5.4-PRERELEASE-fix-react-types.0 to 3.5.4

10

index.d.ts

@@ -717,3 +717,2 @@ import { ReadStream } from 'fs';

prototypes: [UdfPrototype];
objectIndex: object;
}

@@ -1174,10 +1173,2 @@ export function createViewportAppearance(): ViewportAppearance;

export declare type WebViewAPIFacade = IWebViewAPIFacade & IWebViewAPIProposedFacade & IWebViewAPIInternalFacade;
export interface IPresentationServiceAPIFacade {
}
export interface IPresentationServiceAPIProposedFacade extends IPresentationServiceAPIFacade {
}
export interface IPresentationServiceAPIInternalFacade extends IPresentationServiceAPIProposedFacade {
getSelectedPresentationID(): Promise<string>;
}
export declare type PresentationServiceAPIFacade = IPresentationServiceAPIFacade | IPresentationServiceAPIProposedFacade | IPresentationServiceAPIInternalFacade;
export declare type IFetchResponse = Response;

@@ -1232,3 +1223,2 @@ export interface IFetchOptions extends RequestInit {

type WebView = WebViewAPIFacade;
type Presentation = PresentationServiceAPIFacade;
type __Danger = IAppDockRestrictedAPIFacade;

@@ -1235,0 +1225,0 @@ }

10

package.json
{
"name": "@invisionapp/studio-api",
"version": "3.5.4-PRERELEASE-fix-react-types.0",
"version": "3.5.4",
"repository": {

@@ -10,4 +10,3 @@ "type": "git",

"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "PRERELEASE-fix-react-types"
"access": "public"
},

@@ -63,8 +62,3 @@ "description": "Studio Platform API",

}
},
"release": {
"fallbackTags": {
"PRERELEASE-fix-react-types": "latest"
}
}
}
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