Socket
Socket
Sign inDemoInstall

google-discovery-to-swagger

Package Overview
Dependencies
87
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 2.0.0

11

package.json
{
"name": "google-discovery-to-swagger",
"version": "1.1.2",
"version": "2.0.0",
"description": "Script for converting Google Discovery format into Swagger 2.0",
"main": "src/index.js",
"scripts": {
"test": "test/discovery2swagger $(mktemp -d)"
},
"repository": {

@@ -31,9 +28,3 @@ "type": "git",

"traverse": "~0.6.6"
},
"devDependencies": {
"async": "^1.5.2",
"mkdirp": "^0.5.1",
"request": "^2.69.0",
"swagger-tools": "^0.10.1"
}
}

@@ -5,3 +5,2 @@ # google-discovery-to-swagger

[![build status](https://secure.travis-ci.org/APIs-guru/google-discovery-to-swagger.svg)](http://travis-ci.org/APIs-guru/google-discovery-to-swagger)
[![dependency status](https://david-dm.org/APIs-guru/google-discovery-to-swagger.svg)](https://david-dm.org/APIs-guru/google-discovery-to-swagger)

@@ -8,0 +7,0 @@ [![Code Climate](https://codeclimate.com/github/APIs-guru/google-discovery-to-swagger/badges/gpa.svg)](https://codeclimate.com/github/APIs-guru/google-discovery-to-swagger)

@@ -45,3 +45,2 @@ 'use strict';

title: data.title,
'x-serviceName': data.name,
description: data.description,

@@ -48,0 +47,0 @@ contact: {

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