Socket
Socket
Sign inDemoInstall

oas-raml-converter-fork

Package Overview
Dependencies
133
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.43 to 1.1.44

4

package.json
{
"name": "oas-raml-converter-fork",
"version": "1.1.43",
"version": "1.1.44",
"description": "This package helps to convert between different API specifications. Supports OAS (Swagger 2), RAML 0.8, RAML 1.0.",

@@ -42,3 +42,3 @@ "main": "lib/index.js",

"oas-raml-converter-model": "0.0.18",
"raml-1-parser": "~1.1.50",
"fork-raml-1-parser": "1.1.67",
"request": "2.88.0",

@@ -45,0 +45,0 @@ "swagger-parser": "5.0.5",

#!/usr/bin/env node --harmony
const program = require('commander');
const parser = require('raml-1-parser');
const parser = require('fork-raml-1-parser');
const util = require('./util');

@@ -5,0 +5,0 @@

@@ -15,3 +15,3 @@ // @flow

const Response = ConverterModel.Response;
const parser = require('raml-1-parser');
const parser = require('fork-raml-1-parser');
const RamlRootConverter = require('../raml/ramlRootConverter');

@@ -18,0 +18,0 @@ const RamlSecurityDefinitionConverter = require('../raml/ramlSecurityDefinitionConverter');

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc