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

@contrail/types

Package Overview
Dependencies
Maintainers
10
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/types - npm Package Compare versions

Comparing version 3.0.50 to 3.0.51

2

lib/types-processor/parse-optionSet.d.ts
import { ReducedOptionSet } from './interfaces';
export declare function parseOptionSets(csvData: any[]): ReducedOptionSet[];
export declare function parseOptionSet(columnName: any, values: Set<string>): ReducedOptionSet;
export declare function parseOptionSet(columnName: string, values: Set<string>): ReducedOptionSet;

@@ -9,2 +9,5 @@ "use strict";

for (const [key, value] of Object.entries(row)) {
if (!valuesByFieldName[key]) {
valuesByFieldName[key] = new Set();
}
if (!value) {

@@ -11,0 +14,0 @@ continue;

{
"name": "@contrail/types",
"version": "3.0.50",
"version": "3.0.51",
"description": "Types Utility module",

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