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

docworks-model

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docworks-model - npm Package Compare versions

Comparing version 1.5.0 to 1.5.4

5

dist/index.js

@@ -111,7 +111,8 @@ 'use strict';

function MessageMember(name, type, doc) {
function MessageMember(name, type, doc, optional) {
return {
name: name,
type: type,
doc: doc
doc: doc,
optional: optional
};

@@ -118,0 +119,0 @@ }

2

package.json
{
"name": "docworks-model",
"version": "1.5.0",
"version": "1.5.4",
"description": "The model objects for docworks json files",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -94,7 +94,8 @@

export function MessageMember(name, type, doc) {
export function MessageMember(name, type, doc, optional) {
return {
name: name,
type: type,
doc: doc
doc: doc,
optional: optional
}

@@ -101,0 +102,0 @@ }

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