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 3.2.5 to 3.2.6-3.3.0-alpha.1.0

2

dist/types.js

@@ -10,7 +10,5 @@ "use strict";

this.detail = detail;
Error.captureStackTrace(this, ProblemJsonError);
}
static fromTemplate(template, detail) {
const error = new ProblemJsonError(`https://stoplight.io/prism/errors#${template.type}`, template.title, template.status, detail || '');
Error.captureStackTrace(error, ProblemJsonError);
return error;

@@ -17,0 +15,0 @@ }

4

package.json
{
"name": "@stoplight/prism-core",
"version": "3.2.5",
"version": "3.2.6-3.3.0-alpha.1.0",
"main": "dist/index.js",

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

},
"gitHead": "233fb96d22cc8752773b90519d03e59cfb37d716"
"gitHead": "633905da52ce828ab54f9183b8f30211b9e30767"
}
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