New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

office-addin-validator

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

office-addin-validator

Tool to help validate Microsoft Office Add-in manifest files.

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11K
increased by13.94%
Maintainers
3
Weekly downloads
 
Created
Source

Microsoft Office Add-in Manifest Validator

npm version Downloads TravisCI Build Status

This validator is designed to help ensure that the manifest file that describes your Office Add-in is correct and complete. Microsoft includes rich development and validation tools for Office related projects in Visual Studio 2015. Similarly, this command-line validator helps developers:

  • Get insight on common failure points in manifest
  • Understand against what platforms to test your add-in
  • Stay up-to-date on store requirements, etc.

This validator calls into the same validation service as the Office store, so that developers get the most up-to-date and accurate feedback from Office. The manifest checks done by the service include:

  • Checks for mandatory namespaces
  • XML schema validation
  • Office App Compatibility checks (e.g. checking if urls are HTTPS)

Note: Because it calls into the store, you must be connected to the internet in order to use this tool.

If you are interested in contributing, read the Contributing Guidelines.

Installation

Important: If this is the first time you're using this tool, first install Node.js. For developers on Mac, we recommend using Node Version Manager to install Node.js with the right permissions. When the installation completes, restart your console (or if you are using Windows, restart your machine) to ensure you use the updated system environment variables.

Install office-addin-validator globally using NPM:

npm install -g office-addin-validator

Usage

$ validate-office-addin your_manifest.xml

Note: At this time, we only support validation on manifest files that lives on your local drive.

Copyright (c) 2017 Microsoft Corporation. All rights reserved.

Keywords

FAQs

Package last updated on 13 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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