🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
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

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
9
-64%
Maintainers
1
Weekly downloads
 
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 10 Nov 2014

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