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
0
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.55-10 to 1.1.55-11

12

lib/loader.d.ts

@@ -56,13 +56,5 @@ import { LogLevel } from "./log-level";

generalWarnings?: GeneralIssueDetails[];
systemErrors: GeneralIssueDetails[];
failureArea?: LoaderFailureArea;
preprocessingStepResults: PreProcessingStep[];
systemErrors: GeneralIssueDetails[];
systemWarnings: GeneralIssueDetails[];
}
export interface PreProcessingStep {
preprocessingStepName: string;
numberOfWarnings: Number;
fileId: string;
numberOfErrors: Number;
}
export interface RowLoadError {

@@ -99,3 +91,2 @@ data: any;

issueType: IssueType;
issueKey?: string;
}

@@ -187,2 +178,3 @@ export interface GeneralLoadResult {

export declare enum IssueType {
CONFIG = "CONFIG",
INVALID_DATA = "INVALID_DATA",

@@ -189,0 +181,0 @@ MISSING_DATA = "MISSING_DATA",

1

lib/loader.js

@@ -88,2 +88,3 @@ "use strict";

(function (IssueType) {
IssueType["CONFIG"] = "CONFIG";
IssueType["INVALID_DATA"] = "INVALID_DATA";

@@ -90,0 +91,0 @@ IssueType["MISSING_DATA"] = "MISSING_DATA";

{
"name": "@contrail/entity-types",
"version": "1.1.55-10",
"version": "1.1.55-11",
"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