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

office-addin-manifest

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

office-addin-manifest - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

8

lib/commands.js

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

const manifestInfo = require("./manifestInfo");
const office_addin_cli_1 = require("office-addin-cli");
function getCommandOptionString(option, defaultValue) {

@@ -27,3 +28,3 @@ // For a command option defined with an optional value, e.g. "--option [value]",

catch (err) {
logErrorMessage(err);
office_addin_cli_1.logErrorMessage(err);
}

@@ -33,5 +34,2 @@ });

exports.info = info;
function logErrorMessage(err) {
console.error(`Error: ${err instanceof Error ? err.message : err}`);
}
function logManifestInfo(manifestPath, manifest) {

@@ -72,3 +70,3 @@ console.log(`Manifest: ${manifestPath}`);

catch (err) {
logErrorMessage(err);
office_addin_cli_1.logErrorMessage(err);
}

@@ -75,0 +73,0 @@ });

{
"name": "office-addin-manifest",
"version": "1.2.4",
"version": "1.2.5",
"description": "Read and modify Office Add-in manifest files.",

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

"node-fetch": "^2.2.0",
"office-addin-cli": "^0.0.1",
"path": "^0.12.7",

@@ -54,3 +55,3 @@ "uuid": "^3.3.2",

},
"gitHead": "cc717e79847a228a6638d28c35bee5910798af0b"
"gitHead": "7a737b8856987cb7d4bb34f8b8f3682684e1e8af"
}

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