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
0
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 2.0.2 to 2.0.3

eslint.config.mjs

4

lib/commands.js

@@ -24,3 +24,3 @@ "use strict";

const export_1 = require("./export");
/* global console, process */
/* global console process */
function getCommandOptionString(option, defaultValue) {

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

exports.modify = modify;
function validate(manifestPath, options /* eslint-disable-line @typescript-eslint/no-unused-vars */) {
function validate(manifestPath, options) {
return __awaiter(this, void 0, void 0, function* () {

@@ -147,0 +147,0 @@ try {

@@ -20,3 +20,2 @@ "use strict";

class ManifestHandlerJson extends manifestHandler_1.ManifestHandler {
/* eslint-disable @typescript-eslint/no-unused-vars */
modifyManifest(guid, displayName) {

@@ -23,0 +22,0 @@ return __awaiter(this, void 0, void 0, function* () {

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

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

"node-fetch": "^2.6.1",
"office-addin-usage-data": "^2.0.2",
"office-addin-usage-data": "^2.0.3",
"uuid": "^8.3.2",

@@ -48,3 +48,3 @@ "xml2js": "^0.5.0"

"mocha": "^11.0.1",
"office-addin-lint": "^3.0.2",
"office-addin-lint": "^3.0.3",
"rimraf": "^6.0.1",

@@ -63,3 +63,3 @@ "ts-node": "^10.9.1",

"prettier": "office-addin-prettier-config",
"gitHead": "05fbb226e1de4c8c0038dda07ef7e54c17ef74fd"
"gitHead": "0a83e04842c872533d72b043ebc55e9a6013f34e"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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