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

@stoplight/types

Package Overview
Dependencies
Maintainers
1
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 13.1.0 to 13.2.0

6

dist/index.esm.js

@@ -52,2 +52,3 @@ var HttpParamStyles;

NodeType["Styleguide"] = "styleguide";
NodeType["Image"] = "image";
})(NodeType || (NodeType = {}));

@@ -62,4 +63,9 @@ /**

NodeFormat["Yaml"] = "yaml";
NodeFormat["Jpeg"] = "jpeg";
NodeFormat["Png"] = "png";
NodeFormat["Gif"] = "gif";
NodeFormat["Bmp"] = "bmp";
NodeFormat["Webp"] = "webp";
})(NodeFormat || (NodeFormat = {}));
export { DiagnosticSeverity, HttpParamStyles, NodeFormat, NodeType };

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

NodeType["Styleguide"] = "styleguide";
NodeType["Image"] = "image";
})(exports.NodeType || (exports.NodeType = {}));

@@ -66,2 +67,7 @@ /**

NodeFormat["Yaml"] = "yaml";
NodeFormat["Jpeg"] = "jpeg";
NodeFormat["Png"] = "png";
NodeFormat["Gif"] = "gif";
NodeFormat["Bmp"] = "bmp";
NodeFormat["Webp"] = "webp";
})(exports.NodeFormat || (exports.NodeFormat = {}));

10

dist/node.d.ts

@@ -14,3 +14,4 @@ /**

SpectralRuleset = "spectral_ruleset",
Styleguide = "styleguide"
Styleguide = "styleguide",
Image = "image"
}

@@ -23,3 +24,8 @@ /**

Markdown = "markdown",
Yaml = "yaml"
Yaml = "yaml",
Jpeg = "jpeg",
Png = "png",
Gif = "gif",
Bmp = "bmp",
Webp = "webp"
}

2

package.json
{
"name": "@stoplight/types",
"version": "13.1.0",
"version": "13.2.0",
"description": "Common typings for the Stoplight ecosystem.",

@@ -5,0 +5,0 @@ "keywords": [],

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