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

custom-functions-metadata

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-functions-metadata - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

test/cases/param-types/expected.json

4

lib/generate.js

@@ -435,2 +435,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved.

}
// only include description if it has a value
if (!pMetadataItem.description) {
delete pMetadataItem.description;
}
parameterMetadata.push(pMetadataItem);

@@ -437,0 +441,0 @@ })

4

package.json
{
"name": "custom-functions-metadata",
"version": "0.0.18",
"version": "0.0.19",
"description": "Generate metadata for Excel Custom Functions.",

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

},
"gitHead": "f10e5d83db1e8d42871b0a4a6d007e98d11a2bd4"
"gitHead": "824a177defc56c6eff4caa0216a41e17928c10a5"
}

@@ -529,2 +529,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved.

// only include description if it has a value
if (!pMetadataItem.description) {
delete pMetadataItem.description;
}
parameterMetadata.push(pMetadataItem);

@@ -531,0 +536,0 @@

Sorry, the diff of this file is not supported yet

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