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

serverless-provisioned-concurrency-autoscaling

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-provisioned-concurrency-autoscaling - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

lib/plugin.js

@@ -50,3 +50,5 @@ "use strict";

properties: {
concurrencyAutoscaling: { type: ['boolean', 'object'] },
concurrencyAutoscaling: {
anyOf: [{ type: 'boolean' }, { type: 'object' }],
},
},

@@ -53,0 +55,0 @@ };

{
"name": "serverless-provisioned-concurrency-autoscaling",
"version": "1.3.0",
"version": "1.3.1",
"description": "Serverless Plugin for AWS Lambdas Provisioned Concurrency Auto Scaling configuration.",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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