New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-raml

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-raml - npm Package Compare versions

Comparing version 3.2.3 to 3.2.4

8

CHANGELOG.md
# create-raml changelog
## [3.2.4](http://github.com/ivanoff/create-raml/tree/3.2.4) (2018-10-18)
[Full Changelog](http://github.com/ivanoff/create-raml/compare/3.2.3...3.2.4)
**What Was Done:**
- fix dependencies
## [3.2.3](http://github.com/ivanoff/create-raml/tree/3.2.3) (2017-03-23)

@@ -4,0 +12,0 @@ [Full Changelog](http://github.com/ivanoff/create-raml/compare/3.2.2...3.2.3)

2

index.js

@@ -187,3 +187,3 @@ /*!

if (resCType && resCType[1]) {
var result = chunk.toString();
var result = chunk? chunk.toString() : '{}';
if (resCType[1] === 'application/json') result = JSON.parse(result);

@@ -190,0 +190,0 @@ if (undef(m.responses)) m.responses = {};

{
"name": "create-raml",
"version": "3.2.3",
"version": "3.2.4",
"description": "Create RAML",

@@ -29,9 +29,9 @@ "main": "index.js",

"body-parser": "^1.17.0",
"chai": "^3.3.0",
"coveralls": "^2.11.15",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"express": "^4.15.0",
"istanbul": "^0.4.5",
"mocha": "^2.3.3",
"mocha": "^5.2.0",
"node-mocks-http": "^1.6.1",
"raml2obj": "^5.0.0"
"raml2obj": "^6.1.0"
},

@@ -38,0 +38,0 @@ "dependencies": {

@@ -15,5 +15,10 @@

v3.2.3
v3.2.4
## Dependencies
- Node.js v.6.0 or higher
## Installation

@@ -20,0 +25,0 @@ ```npm i -S create-raml```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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