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
65
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-5 to 1.1.55-7

7

lib/loader.d.ts

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

failureArea?: LoaderFailureArea;
preprocessingStepResults: PreProcessingStep[];
}
export declare class PreProcessingStep {
preprocessingStepName: string;
numberOfWarnings: Number;
fileId: string;
numberOfErrors: Number;
}
export interface RowLoadError {

@@ -59,0 +66,0 @@ data: any;

9

lib/loader.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LoaderFailureArea = exports.IssueType = exports.LoaderProcess = exports.LoadType = exports.LoadStatus = exports.ValueToAssortment = exports.AssortmentSplit = exports.ConditionalValues = exports.ColumnDefinition = void 0;
exports.LoaderFailureArea = exports.IssueType = exports.LoaderProcess = exports.PreProcessingStep = exports.LoadType = exports.LoadStatus = exports.ValueToAssortment = exports.AssortmentSplit = exports.ConditionalValues = exports.ColumnDefinition = void 0;
class ColumnDefinition {

@@ -46,2 +46,9 @@ fromProperty;

})(LoadType = exports.LoadType || (exports.LoadType = {}));
class PreProcessingStep {
preprocessingStepName;
numberOfWarnings;
fileId;
numberOfErrors;
}
exports.PreProcessingStep = PreProcessingStep;
class LoaderProcess {

@@ -48,0 +55,0 @@ id;

2

package.json
{
"name": "@contrail/entity-types",
"version": "1.1.55-5",
"version": "1.1.55-7",
"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