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.4.6 to 1.4.7

5

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

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

"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.19.0",

@@ -55,3 +56,3 @@ "node-fetch": "^2.6.0",

},
"gitHead": "f71963b4e120bc06279d7d8dc0314570378ecebe"
"gitHead": "49ee2927c24a90da2a28342ca237cded6e5eee34"
}

17

README.md
# Office-Addin-Manifest
This package provides the ability to parse, display, and modify the manifest file for Office Add-ins.
This package provides the ability to parse, display, modify, and validate the manifest file for Office Add-ins.

@@ -11,2 +11,3 @@ For more information, see the [documentation](

* [modify](#modify)
* [validate](#validate)

@@ -20,3 +21,3 @@ #

`office addin-manifest info <manifest> [options]`
`office-addin-manifest info <manifest> [options]`

@@ -32,3 +33,3 @@ `manifest`: path to manifest file.

`office addin-manifest modify <manifest> [options]`
`office-addin-manifest modify <manifest> [options]`

@@ -58,1 +59,11 @@ `manifest`: path to manifest file.

#
### validate
Determines whether the Office Add-in manifest is valid.
Syntax:
`office-addin-manifest validate <manifest>`
`manifest`: path to manifest file.
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