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.0 to 1.2.1-alpha.0

LICENSE

3

lib/manifest.js

@@ -7,5 +7,6 @@ #!/usr/bin/env node

const commander = require("commander");
const path = require("path");
const commands = require("./commands");
__export(require("./manifestInfo"));
if (process.argv[1].endsWith("\\manifest.js")) {
if (process.argv[1].endsWith(path.join("lib", "manifest.js"))) {
commander

@@ -12,0 +13,0 @@ .command("info <manifest-path>")

{
"name": "office-addin-manifest",
"version": "1.2.0",
"version": "1.2.1-alpha.0",
"description": "Read and modify Office Add-in manifest files.",

@@ -52,3 +52,4 @@ "main": "./lib/manifest.js",

"url": "https://github.com/OfficeDev/Office-Addin-Scripts/issues"
}
},
"gitHead": "7c72c1b3475cf01cabb6010ebf08ea4b3a2995bd"
}

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