Socket
Socket
Sign inDemoInstall

@prismatic-io/spectral

Package Overview
Dependencies
Maintainers
0
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 9.0.0-rc.3 to 9.0.0-rc.4

5

dist/generators/utils/getComponentSignatureWithPrism.js

@@ -21,5 +21,6 @@ "use strict";

}
const { stdout: signatureKey } = yield exec("prism components:signature", {
const { stdout } = yield exec("prism components:signature", {
windowsHide: true,
});
const signatureKey = stdout.replace(/\n$/, "");
if (!signatureKey) {

@@ -29,3 +30,3 @@ console.log("Failed to get component signature. Please verify your Component has been published.");

}
return signatureKey.replace(/\n$/, "");
return signatureKey;
});

@@ -32,0 +33,0 @@ exports.getComponentSignatureWithPrism = getComponentSignatureWithPrism;

2

package.json
{
"name": "@prismatic-io/spectral",
"version": "9.0.0-rc.3",
"version": "9.0.0-rc.4",
"description": "Utility library for building Prismatic components",

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

Sorry, the diff of this file is not supported yet

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