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.5.0 to 11.6.0

8

dist/node.d.ts

@@ -12,1 +12,9 @@ /**

}
/**
* Node data formats
*/
export declare enum NodeFormat {
Json = "json",
Markdown = "markdown",
Yaml = "yaml"
}

@@ -15,1 +15,10 @@ "use strict";

})(NodeType = exports.NodeType || (exports.NodeType = {}));
/**
* Node data formats
*/
var NodeFormat;
(function (NodeFormat) {
NodeFormat["Json"] = "json";
NodeFormat["Markdown"] = "markdown";
NodeFormat["Yaml"] = "yaml";
})(NodeFormat = exports.NodeFormat || (exports.NodeFormat = {}));

2

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

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

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