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

@stoplight/prism-core

Package Overview
Dependencies
Maintainers
25
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/prism-core - npm Package Compare versions

Comparing version 4.0.0-beta.63 to 4.0.0-beta.64

12

dist/factory.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.factory = void 0;
const E = require("fp-ts/lib/Either");
const A = require("fp-ts/lib/Array");
const E = require("fp-ts/Either");
const A = require("fp-ts/Array");
const lodash_1 = require("lodash");
const TE = require("fp-ts/lib/TaskEither");
const pipeable_1 = require("fp-ts/lib/pipeable");
const TE = require("fp-ts/TaskEither");
const pipeable_1 = require("fp-ts/pipeable");
const lodash_2 = require("lodash");
const NonEmptyArray_1 = require("fp-ts/lib/NonEmptyArray");
const NonEmptyArray_1 = require("fp-ts/NonEmptyArray");
const types_1 = require("@stoplight/types");
const function_1 = require("fp-ts/lib/function");
const function_1 = require("fp-ts/function");
const eitherSequence = A.array.sequence(E.getValidation(NonEmptyArray_1.getSemigroup()));

@@ -14,0 +14,0 @@ function isProxyConfig(p) {

import { IDiagnostic } from '@stoplight/types';
import { Either } from 'fp-ts/lib/Either';
import { ReaderEither } from 'fp-ts/lib/ReaderEither';
import { ReaderTaskEither } from 'fp-ts/lib/ReaderTaskEither';
import { TaskEither } from 'fp-ts/lib/TaskEither';
import { Either } from 'fp-ts/Either';
import { ReaderEither } from 'fp-ts/ReaderEither';
import { ReaderTaskEither } from 'fp-ts/ReaderTaskEither';
import { TaskEither } from 'fp-ts/TaskEither';
import { Logger } from 'pino';
import { NonEmptyArray } from 'fp-ts/lib/NonEmptyArray';
import { NonEmptyArray } from 'fp-ts/NonEmptyArray';
export declare type IPrismDiagnostic = Omit<IDiagnostic, 'range' | 'path'> & {

@@ -9,0 +9,0 @@ path?: string[];

{
"name": "@stoplight/prism-core",
"version": "4.0.0-beta.63",
"version": "4.0.0-beta.64",
"main": "dist/index.js",

@@ -27,3 +27,3 @@ "types": "dist/index.d.ts",

},
"gitHead": "46cd61c520502581a2e22a5ec06e02e594815274"
"gitHead": "46597839229dc23ce8c5e947ff37f63e55cf94b8"
}
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