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

@contrail/entity-types

Package Overview
Dependencies
Maintainers
16
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/entity-types - npm Package Compare versions

Comparing version 1.1.56 to 1.1.57-0

9

lib/loader.d.ts

@@ -49,2 +49,3 @@ import { LogLevel } from './log-level';

colorsLoadResult?: ColorLoadResult;
customEntityLoadResult?: CustomEntityLoadResult;
itemsLoadResult?: ItemsLoadResult;

@@ -100,2 +101,10 @@ projectItemsLoadResult?: ProjectItemsLoadResult;

}
export interface CustomEntityLoadResult {
customEntityCreated: any[];
customEntityUpdated: any[];
customEntityUnchanged: any[];
customEntityFailedCreate: RowLoadError[];
customEntityFailedUpdate: RowLoadError[];
failed: boolean;
}
export interface ItemsLoadResult {

@@ -102,0 +111,0 @@ itemsCreated: any[];

2

package.json
{
"name": "@contrail/entity-types",
"version": "1.1.56",
"version": "1.1.57-0",
"description": "A types library for Vibeiq entities.",

@@ -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