Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@contrail/types

Package Overview
Dependencies
Maintainers
9
Versions
179
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.3-alpha5 to 3.0.3-alpha6

lib/type-rule-sets/type-rules.d.ts

2

lib/types/type.d.ts

@@ -5,2 +5,3 @@ import { Relation } from "../relations/relation";

import { TypePropertyPolicy } from "../type-property-policies";
import { TypeRuleSet } from "../type-rule-sets/type-rules";
export interface Type {

@@ -23,2 +24,3 @@ id?: string;

typePropertyOptionSetHierarchyLinks?: Array<TypePropertyOptionSetHierarchyLink>;
typeRuleSets?: Array<TypeRuleSet>;
}

@@ -25,0 +27,0 @@ export interface OptionSetHierarchy {

2

package.json
{
"name": "@contrail/types",
"version": "3.0.3alpha5",
"version": "3.0.3alpha6",
"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