🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

mcap-application-validation

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcap-application-validation

Validate a mCAP application

latest
Source
npmnpm
Version
0.1.6
Version published
Maintainers
1
Created
Source

mcap-application-validation

NPM version Build Status Dependency Status Coverage Status

Validate a mCAP application

Install

$ npm install --save mcap-application-validation

Usage


var ApplicationValidation = require('mcap-application-validation');

var validation = new ApplicationValidation();
validation.run('./test/fixtures/passes', function(err) {
  if (err) {
    return console.log(err.details);
  }
  console.log('Project is valid!');
});

License

Copyright (c) 2014 M-Way Solutions GmbH. Licensed under the MIT license.

FAQs

Package last updated on 09 Apr 2015

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