Socket
Socket
Sign inDemoInstall

@prismatic-io/spectral

Package Overview
Dependencies
Maintainers
4
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prismatic-io/spectral - npm Package Compare versions

Comparing version 6.5.1 to 6.5.2

4

dist/clients/http/index.js

@@ -133,3 +133,5 @@ "use strict";

}
const payload = values.data || toFormData(values.formData, values.fileData);
const payload = !(0, lodash_1.isEmpty)(values.formData) || !(0, lodash_1.isEmpty)(values.fileData)
? toFormData(values.formData, values.fileData)
: values.data;
const client = (0, exports.createClient)({

@@ -136,0 +138,0 @@ baseUrl,

{
"name": "@prismatic-io/spectral",
"version": "6.5.1",
"version": "6.5.2",
"description": "Utility library for building Prismatic components",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc