New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@purple/serverless-monitoring-plugin

Package Overview
Dependencies
Maintainers
16
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@purple/serverless-monitoring-plugin - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

2

package.json
{
"name": "@purple/serverless-monitoring-plugin",
"version": "1.0.0",
"version": "2.0.0",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=12"

@@ -7,2 +7,25 @@ 'use strict'

const { configSchemaHandler } = this.serverless
configSchemaHandler.defineCustomProperties.bind(configSchemaHandler)({
type: 'object',
properties: {
monitoring: {
type: 'object',
properties: {
stages: {
type: 'array',
items: {
type: 'string'
}
}
},
required: ['stages'],
additionalProperties: false
}
},
required: ['monitoring'],
additionalProperties: false
})
this.hooks = {

@@ -31,3 +54,3 @@ 'after:aws:package:finalize:mergeCustomProviderResources': this.process.bind(

const stages = ['master', 'staging', 'beta', 'develop20']
const { stages } = this.serverless.service.custom.monitoring

@@ -34,0 +57,0 @@ // Prepares ordered template according to order of "reducers"

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