🎩 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 - npm Package Compare versions

Comparing version
0.1.4
to
0.1.5
+13
changelog.md
# 0.1.2 (2014-11-21)
- Fix option context
# 0.1.1 (2014-11-10)
- Ignore `node_modules` and `bower_components` folders.
# 0.1.0 (2014-10-06)
- Initial version
+1
-0

@@ -15,2 +15,3 @@ var gulpFilter = require('gulp-filter');

label: Joi.string().required().regex(/[a-zA-Z0-9_-]/).min(3).max(30),
description: Joi.string().optional(),
attributes: Joi.array().required()

@@ -17,0 +18,0 @@ }),

+1
-1
{
"name": "mcap-application-validation",
"description": "Validate a mCAP application",
"version": "0.1.4",
"version": "0.1.5",
"homepage": "https://github.com/mwaylabs/mcap-application-validation",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/mwaylabs/mcap-application-validation/issues",

# 0.1.2 (2014-11-21)
- Fix option context
# 0.1.1 (2014-11-10)
- Ignore `node_modules` and `bower_components` folders.
# 0.1.0 (2014-10-06)
- Initial version