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

5

lib/manifest.js

@@ -10,3 +10,6 @@ #!/usr/bin/env node

__export(require("./manifestInfo"));
if (process.argv[1].endsWith(path.join("lib", "manifest.js"))) {
// if this package is being run from the command line
// (related to "main" and "bin" in package.json)
if (process.argv[1].endsWith(path.join("lib", "manifest.js"))
|| process.argv[1].endsWith(path.join(".bin", "office-addin-manifest"))) {
commander

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

4

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

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

},
"gitHead": "7c72c1b3475cf01cabb6010ebf08ea4b3a2995bd"
"gitHead": "0dee1696d5c35e56016c1a68d86750a63a145dab"
}

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