Socket
Socket
Sign inDemoInstall

@prismatic-io/spectral

Package Overview
Dependencies
Maintainers
4
Versions
172
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 7.4.0 to 7.4.1

4

dist/clients/http/index.js

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

(formData || []).map(({ key, value }) => form.append(key, value));
(fileData || []).map(({ key, value }) => form.append(key, value, { filename: key }));
(fileData || []).map(({ key, value }) => form.append(key, util_1.default.types.toBufferDataPayload(value).data, {
filename: key,
}));
return form;

@@ -82,0 +84,0 @@ };

@@ -40,3 +40,3 @@ /**

isUrl: (value: string) => boolean;
isBufferDataPayload: (value: unknown) => boolean;
isBufferDataPayload: (value: unknown) => value is DataPayload;
toBufferDataPayload: (value: unknown) => DataPayload;

@@ -43,0 +43,0 @@ isData: (value: unknown) => boolean;

{
"name": "@prismatic-io/spectral",
"version": "7.4.0",
"version": "7.4.1",
"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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc