Socket
Socket
Sign inDemoInstall

@prismatic-io/spectral

Package Overview
Dependencies
Maintainers
6
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.8.0 to 7.8.1

2

dist/serverTypes/convert.js

@@ -47,2 +47,3 @@ "use strict";

});
result.hasOnInstanceDeploy = true;
}

@@ -54,2 +55,3 @@ if (onInstanceDelete) {

});
result.hasOnInstanceDelete = true;
}

@@ -56,0 +58,0 @@ return result;

@@ -127,3 +127,5 @@ /// <reference types="node" />

onInstanceDeploy?: TriggerEventFunction;
hasOnInstanceDeploy?: boolean;
onInstanceDelete?: TriggerEventFunction;
hasOnInstanceDelete?: boolean;
scheduleSupport: TriggerOptionChoice;

@@ -130,0 +132,0 @@ synchronousResponseSupport: TriggerOptionChoice;

2

package.json
{
"name": "@prismatic-io/spectral",
"version": "7.8.0",
"version": "7.8.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