Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

raml-sanitize

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raml-sanitize - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

15

package.json
{
"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 @@ ],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc