Socket
Socket
Sign inDemoInstall

@stoplight/types

Package Overview
Dependencies
Maintainers
27
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/types - npm Package Compare versions

Comparing version 11.4.0 to 11.4.1

4

dist/http-spec.d.ts

@@ -32,5 +32,3 @@ import { JSONSchema4, JSONSchema6, JSONSchema7 } from 'json-schema';

request?: IHttpOperationRequest;
responses: IHttpOperationResponse[] & {
0: IHttpOperationResponse;
};
responses: IHttpOperationResponse[];
servers?: IServer[];

@@ -37,0 +35,0 @@ callbacks?: IHttpCallbackOperation[];

"use strict";
exports.__esModule = true;
// TODO: more formal logging system, a couple of options to do the heavy lifting? something like this?
// https://github.com/pinojs/pino
// export interface ILog<T = any> {
// level: LogLevel;
// msg: string;
// time: number;
// source?: string;
// data?: T;
// }
{
"name": "@stoplight/types",
"version": "11.4.0",
"version": "11.4.1",
"description": "Common typings for the Stoplight ecosystem.",

@@ -34,14 +34,14 @@ "keywords": [],

"dependencies": {
"@types/json-schema": "^7.0.3"
"@types/json-schema": "^7.0.4"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/node": "^12.7.2",
"jest": "^24.9.0",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.1",
"jest": "^25.1.0",
"lodash": "^4.17.15",
"semantic-release": "^15.13.24",
"ts-jest": "^24.0.2",
"tslint": "^5.19.0",
"tslint-config-stoplight": "^1.3.0",
"typescript": "3.6.2"
"semantic-release": "^17.0.4",
"ts-jest": "^25.2.1",
"tslint": "^6.1.0",
"tslint-config-stoplight": "^1.4.0",
"typescript": "3.8.3"
},

@@ -48,0 +48,0 @@ "lint-staged": {

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