Socket
Socket
Sign inDemoInstall

@prismatic-io/spectral

Package Overview
Dependencies
Maintainers
8
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 9.0.3 to 9.0.4

6

dist/generators/componentManifest/getInputs.js

@@ -60,3 +60,7 @@ "use strict";

const valueType = input.model
? input.model.map((choice) => `"${choice.value}"`).join(" | ")
? input.model
.map((choice) => {
return `\`${choice.value.replaceAll("\r", "\\r").replaceAll("\n", "\\n")}\``;
})
.join(" | ")
: exports.INPUT_TYPE_MAP[input.type] || "never";

@@ -63,0 +67,0 @@ if (input.collection === "keyvaluelist") {

4

dist/serverTypes/convertIntegration.js

@@ -337,4 +337,4 @@ "use strict";

dataType: "connection",
connection: Object.assign(Object.assign({}, ref), { template,
onPremiseConnectionConfig }),
onPremiseConnectionConfig,
connection: Object.assign(Object.assign({}, ref), { template }),
inputs,

@@ -341,0 +341,0 @@ orgOnly,

@@ -10,3 +10,2 @@ export declare const DefinitionVersion = 7;

template?: string;
onPremiseConnectionConfig?: string;
} | {

@@ -20,3 +19,2 @@ component: {

template?: string;
onPremiseConnectionConfig?: string;
};

@@ -40,2 +38,3 @@ export type Input = {

dataType: "connection";
onPremiseConnectionConfig?: string;
connection: ComponentReference;

@@ -42,0 +41,0 @@ inputs?: Record<string, Input>;

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

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

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