Socket
Socket
Sign inDemoInstall

mc-extension-validator

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mc-extension-validator

[![Build Status](https://travis-ci.org/space-race/mc-extension-validator.svg?branch=master)](https://travis-ci.org/space-race/mc-extension-validator)


Version published
Weekly downloads
4
Maintainers
1
Install size
46.0 kB
Created
Weekly downloads
 

Readme

Source

Mission Control Extension Validator

Build Status

This validator has two purposes

  1. For use as a module in space-race/mc-core to validate extensions when loading

  2. For use in extension packages to validate during development and CI.

Usage in an Extension Package

To use in your extension package, install the package...

npm install --save-dev mc-extension-validator

... and add some code to your test command in your package.json

{
  ...
  "scripts": {
    "test": "./node_modules/.bin/validate-mc-extension && your-normal-test-command"
  },
  ...
}

FAQs

Last updated on 23 Dec 2015

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc