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.1 to 1.3.2

4

lib/aws/policy.js

@@ -24,3 +24,3 @@ "use strict";

? this.customMetricJson(this.data.customMetric)
: this.predfinedMetricJson();
: this.predefinedMetricJson();
return {

@@ -39,3 +39,3 @@ [PolicyName]: {

}
predfinedMetricJson() {
predefinedMetricJson() {
return {

@@ -42,0 +42,0 @@ PredefinedMetricSpecification: {

{
"name": "serverless-provisioned-concurrency-autoscaling",
"version": "1.3.1",
"description": "Serverless Plugin for AWS Lambdas Provisioned Concurrency Auto Scaling configuration.",
"version": "1.3.2",
"description": "Serverless Plugin for AWS Lambdas Provisioned Concurrency Auto Scaling Configuration.",
"main": "./lib/index.js",

@@ -52,6 +52,6 @@ "files": [

"devDependencies": {
"@types/jest": "^26.0.9",
"@types/lodash": "^4.14.158",
"@types/md5": "^2.2.0",
"@types/node": "^14.0.27",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/md5": "^2.3.1",
"@types/node": "^17.0.13",
"@types/serverless": "^1.78.13",

@@ -63,10 +63,10 @@ "@typescript-eslint/eslint-plugin": "^3.8.0",

"eslint-plugin-jest": "^23.20.0",
"jest": "^26.2.2",
"prettier": "^2.0.5",
"ts-jest": "^26.1.4",
"jest": "^27.4.7",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"typescript": "^3.9.7"
},
"dependencies": {
"lodash": "^4.17.19"
"lodash": "^4.17.21"
}
}

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