raml-sanitize
Advanced tools
Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "raml-sanitize", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Sanitization of RAML parameters into strict values", | ||
@@ -8,3 +8,3 @@ "main": "raml-sanitize.js", | ||
"lint": "standard", | ||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail", | ||
"test-cov": "nyc node_modules/mocha/bin/_mocha -- -R spec --bail", | ||
"test": "npm run lint; npm run test-cov" | ||
@@ -27,9 +27,10 @@ }, | ||
}, | ||
"homepage": "https://github.com/mulesoft-labs/node-raml-sanitize", | ||
"homepage": "https://github.com/mulesoft/node-raml-sanitize", | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^5.0.4", | ||
"standard": "^12.0.0" | ||
} | ||
"mocha": "^6.1.4", | ||
"standard": "^12.0.0", | ||
"nyc": "^14.1.0" | ||
}, | ||
"dependencies": {} | ||
} |
# RAML Sanitize | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/mulesoft-labs/node-raml-sanitize.svg)](https://greenkeeper.io/) | ||
[![NPM version][npm-image]][npm-url] | ||
[![Build status][travis-image]][travis-url] | ||
[![Test coverage][coveralls-image]][coveralls-url] | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/mulesoft-labs/node-raml-sanitize.svg)](https://greenkeeper.io/) | ||
@@ -8,0 +8,0 @@ Strict sanitization of [RAML 0.8 named parameters](https://github.com/raml-org/raml-spec/blob/master/versions/raml-08/raml-08.md#named-parameters) and [RAML 1.0 built-in types](https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md#built-in-types). |
@@ -350,3 +350,3 @@ /* global describe, it */ | ||
}, | ||
{ param: ['foo' ]}, | ||
{ param: ['foo'] }, | ||
{ param: ['foo'] } | ||
@@ -353,0 +353,0 @@ ], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22776