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.7 to 3.0.8

lib/type-option-set-hierarchies/option-set-hierarchy-helper.d.ts

4

lib/type-properties/type-property.d.ts

@@ -33,2 +33,6 @@ import { PropertyType } from '.';

}
export interface TypePropertyOptionSet {
id?: string;
optionSet: Array<TypePropertyOption>;
}
export interface TypePropertyOption {

@@ -35,0 +39,0 @@ value: string;

2

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