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

@contrail/extensions-sdk

Package Overview
Dependencies
Maintainers
11
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/extensions-sdk - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

14

lib/apps/app-context.d.ts

@@ -31,5 +31,5 @@ import { User } from "@contrail/entity-types";

orgId: string;
backingAssortmentId: string;
documentId: string;
document: {
backingAssortmentId?: string;
documentId?: string;
document?: {
id: string;

@@ -48,6 +48,6 @@ name: string;

};
previewFileId: string;
rootWorkspaceId: string;
typeId: string;
workspaceId: string;
previewFileId?: string;
rootWorkspaceId?: string;
typeId?: string;
workspaceId?: string;
}

@@ -54,0 +54,0 @@ export declare const CONTEXT: AppContext;

@@ -1,3 +0,3 @@

export { getAppContext, AppContext, VibeIQAppType } from './app-context';
export { getAppContext, AppContext, BoardContext, PlanContext, VibeIQAppType } from './app-context';
export * from './boards';
export * from './plan';
{
"name": "@contrail/extensions-sdk",
"version": "1.0.3",
"version": "1.0.4",
"description": "Client library for interfacing with VibeIQ's services and apps from an extension.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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