Socket
Socket
Sign inDemoInstall

@prismatic-io/spectral

Package Overview
Dependencies
13
Maintainers
7
Versions
159
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.4 to 8.0.5

6

dist/serverTypes/convertIntegration.js

@@ -135,6 +135,8 @@ "use strict";

}, inputs: Object.entries(configVar.inputs).reduce((result, [key, input]) => {
if (!input.shown || !input.default) {
var _a;
if (input.shown === false) {
return result;
}
return Object.assign(Object.assign({}, result), { [key]: { type: "value", value: input.default } });
const value = ((_a = input.default) !== null && _a !== void 0 ? _a : input.collection) ? [] : "";
return Object.assign(Object.assign({}, result), { [key]: { type: "value", value } });
}, {}), meta });

@@ -141,0 +143,0 @@ }

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

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc