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
118
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 1.5.3 to 1.5.5

6

lib/generate.js

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

if (functions.length > 0) {
generateResults.metadataJson = JSON.stringify({ functions: functions }, null, 4);
const metadata = {
allowCustomDataForDataTypeAny: true,
functions: functions,
};
generateResults.metadataJson = JSON.stringify(metadata, null, 4);
}

@@ -93,0 +97,0 @@ }

4

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

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

"prettier": "office-addin-prettier-config",
"gitHead": "43e2b3dc1e1e47706f061b87378b74f326fd2f59"
"gitHead": "65dd219ae7600364f02e23601c948d3a7960b13b"
}

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