New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.11 to 1.4.4

3

dist/index.js

@@ -90,3 +90,3 @@ 'use strict';

function Property(name, labels, isGet, isSet, type, locations, docs, srcDocs, extra) {
function Property(name, labels, isGet, isSet, type, defaultValue, locations, docs, srcDocs, extra) {
return {

@@ -98,2 +98,3 @@ name: name,

type: type,
defaultValue: defaultValue,
locations: locations,

@@ -100,0 +101,0 @@ docs: docs,

{
"name": "docworks-model",
"version": "1.3.11",
"version": "1.4.4",
"description": "The model objects for docworks json files",

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

@@ -73,3 +73,3 @@

export function Property(name, labels, isGet, isSet, type, locations, docs, srcDocs, extra) {
export function Property(name, labels, isGet, isSet, type, defaultValue, locations, docs, srcDocs, extra) {
return {

@@ -81,2 +81,3 @@ name: name,

type: type,
defaultValue: defaultValue,
locations: locations,

@@ -83,0 +84,0 @@ docs: docs,

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