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

@gooddata/typings

Package Overview
Dependencies
Maintainers
36
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/typings - npm Package Compare versions

Comparing version 0.0.1-vaclavbohac-init-2017-10-30T12-44-47-443Z to 0.0.1-vaclavbohac-init-2017-10-30T13-27-11-489Z

5

dist/index.d.ts

@@ -195,2 +195,6 @@ export declare namespace AFM {

}
interface IError {
code: number;
message?: string;
}
interface IExecutionResponses {

@@ -200,2 +204,3 @@ executionResponse: IExecutionResponse;

}
type AfmExecutionResponse = IExecutionResponses | IError;
}

@@ -250,2 +250,7 @@ export namespace AFM {

export interface IError {
code: number;
message?: string;
}
export interface IExecutionResponses {

@@ -255,2 +260,4 @@ executionResponse: IExecutionResponse;

}
export type AfmExecutionResponse = IExecutionResponses | IError;
}

2

package.json
{
"name": "@gooddata/typings",
"version": "0.0.1-vaclavbohac-init-2017-10-30T12-44-47-443Z",
"version": "0.0.1-vaclavbohac-init-2017-10-30T13-27-11-489Z",
"description": "TypeScript definition files for GoodData platform",

@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts",

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