New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stoplight/spectral-formatters

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/spectral-formatters - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

dist/github-actions.d.ts

1

dist/index.d.ts

@@ -10,1 +10,2 @@ export * from './json';

export declare const pretty: Formatter;
export declare const githubActions: Formatter;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pretty = void 0;
exports.githubActions = exports.pretty = void 0;
const tslib_1 = require("tslib");

@@ -15,2 +15,6 @@ (0, tslib_1.__exportStar)(require("./json"), exports);

exports.pretty = pretty;
const githubActions = () => {
throw Error('github-actions formatter is available only in Node.js');
};
exports.githubActions = githubActions;
//# sourceMappingURL=index.js.map
export { html, json, junit, text, stylish, teamcity } from './index';
export type { Formatter, FormatterOptions } from './index';
export { pretty } from './pretty';
export { githubActions } from './github-actions';

4

dist/index.node.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pretty = exports.teamcity = exports.stylish = exports.text = exports.junit = exports.json = exports.html = void 0;
exports.githubActions = exports.pretty = exports.teamcity = exports.stylish = exports.text = exports.junit = exports.json = exports.html = void 0;
var index_1 = require("./index");

@@ -13,2 +13,4 @@ Object.defineProperty(exports, "html", { enumerable: true, get: function () { return index_1.html; } });

Object.defineProperty(exports, "pretty", { enumerable: true, get: function () { return pretty_1.pretty; } });
var github_actions_1 = require("./github-actions");
Object.defineProperty(exports, "githubActions", { enumerable: true, get: function () { return github_actions_1.githubActions; } });
//# sourceMappingURL=index.node.js.map
{
"name": "@stoplight/spectral-formatters",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://github.com/stoplightio/spectral",

@@ -5,0 +5,0 @@ "bugs": "https://github.com/stoplightio/spectral/issues",

@@ -35,1 +35,2 @@ # @stoplight/spectral-formatters

- pretty
- github-actions

Sorry, the diff of this file is not supported yet

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