@theapexlab/serverless-icebreaker
Advanced tools
Comparing version 1.1.0 to 1.1.2
{ | ||
"name": "@theapexlab/serverless-icebreaker", | ||
"version": "1.1.0", | ||
"version": "1.1.2", | ||
"description": "Check your lambdas file size and optimize them to reduce cold start duration.", | ||
@@ -10,2 +10,3 @@ "main": "src/index.js", | ||
"test": "jest", | ||
"postinstall": "chmod +x ./dist/src/index.js", | ||
"preuninstall": "node ./dist/src/utils/cleanup.js", | ||
@@ -40,6 +41,8 @@ "lint": "eslint src test --fix --cache", | ||
"src/**/*.ts": [ | ||
"npm run lint --no-stash" | ||
"yarn format", | ||
"yarn lint" | ||
], | ||
"test/**/*.test.ts": [ | ||
"npm run lint --no-stash" | ||
"yarn format", | ||
"yarn lint" | ||
] | ||
@@ -46,0 +49,0 @@ }, |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
52121
50
856
2
8