Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@theapexlab/serverless-icebreaker

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theapexlab/serverless-icebreaker - npm Package Compare versions

Comparing version 1.1.0 to 1.1.2

dist/package.json

9

package.json
{
"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 @@ },

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