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

openapi-jsonschema-parameters

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-jsonschema-parameters - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # openapi-jsonschema-parameters Changelog

## 1.1.2 - 2019-06-21
### Fixed
- Adds example keyword (fixes #455) (#456)
## 1.1.1 - 2019-01-31

@@ -9,0 +13,0 @@ ### Fixed

@@ -31,2 +31,3 @@ "use strict";

'default',
'example',
'description',

@@ -33,0 +34,0 @@ 'enum',

6

package.json
{
"name": "openapi-jsonschema-parameters",
"version": "1.1.1",
"version": "1.1.2",
"description": "Converts openapi parameters to a jsonschema format.",

@@ -10,3 +10,3 @@ "main": "./dist/index.js",

"prepare": "tsc",
"test-watch": "mocha --watch-extensions ts -w",
"test-watch": "tsc && mocha --watch-extensions ts -w",
"test": "mocha",

@@ -30,4 +30,4 @@ "travis-test": "npm run cover"

"dependencies": {
"openapi-types": "1.3.4"
"openapi-types": "1.3.5"
}
}

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