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

@contrail/document-generation

Package Overview
Dependencies
Maintainers
9
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/document-generation - npm Package Compare versions

Comparing version 1.0.23 to 1.0.24

5

lib/scripts/test.js

@@ -65,2 +65,7 @@ "use strict";

slug: "baseStyleNumber",
}, {
propertyDefinition: projectItemType.typeProperties.find(p => p.slug === 'colorwayStatus'),
slug: "colorwayStatus",
typeRootSlug: 'project-item',
includeLabel: true,
}]

@@ -67,0 +72,0 @@ };

8

lib/test-data.js

@@ -58,3 +58,3 @@ "use strict";

groupingProperties: [{
property: {
propertyDefinition: {
slug: 'gender',

@@ -65,3 +65,3 @@ propertyType: types_1.PropertyType.SingleSelect,

sort: sdk_1.SortOrderOptions.ASC,
scope: 'item',
typeRootSlug: 'item',
values: null,

@@ -79,3 +79,3 @@ }],

groupingProperties: [{
property: {
propertyDefinition: {
slug: 'gender',

@@ -86,3 +86,3 @@ propertyType: types_1.PropertyType.SingleSelect,

sort: sdk_1.SortOrderOptions.ASC,
scope: 'item',
typeRootSlug: 'item',
values: null,

@@ -89,0 +89,0 @@ }],

{
"name": "@contrail/document-generation",
"version": "1.0.23",
"version": "1.0.24",
"description": "Utilities for automatic generation of documents.",

@@ -45,3 +45,3 @@ "main": "lib/index.js",

"dependencies": {
"@contrail/data-grouping": "^1.0.19",
"@contrail/data-grouping": "^1.0.20",
"@contrail/documents": "^1.0.44",

@@ -48,0 +48,0 @@ "@contrail/types": "^3.0.27",

Sorry, the diff of this file is too big to display

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