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.5.22 to 1.5.24

3

lib/addInTypes.js
// copyright (c) Microsoft Corporation. All rights reserved.
// licensed under the MIT license.
Object.defineProperty(exports, "__esModule", { value: true });
const office_addin_usage_data_1 = require("office-addin-usage-data");
/**

@@ -49,3 +50,3 @@ * The types of Office add-ins.

if (!addInType) {
throw new Error(`${value} is not a valid Office add-in type.`);
throw new office_addin_usage_data_1.ExpectedError(`${value} is not a valid Office add-in type.`);
}

@@ -52,0 +53,0 @@ return addInType;

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

@@ -25,4 +25,4 @@ "main": "./lib/main.js",

"node-fetch": "^2.6.1",
"office-addin-cli": "^1.1.1",
"office-addin-usage-data": "^1.2.3",
"office-addin-cli": "^1.1.3",
"office-addin-usage-data": "^1.2.5",
"path": "^0.12.7",

@@ -57,3 +57,3 @@ "uuid": "^3.4.0",

},
"gitHead": "687155168e85ce2f483d28f233470c9e217ce1c7"
"gitHead": "4121d29ea3f40f2f6473d08530f47a5e60694ddb"
}

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