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

@codegenie/serverless-express

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codegenie/serverless-express - npm Package Compare versions

Comparing version 4.12.3 to 4.12.4

18

package.json
{
"name": "@codegenie/serverless-express",
"version": "4.12.3",
"version": "4.12.4",
"description": "This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework.",

@@ -36,9 +36,2 @@ "keywords": [

},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "npm test",
"commit-msg": "commitlint -e $GIT_PARAMS"
}
},
"lint-staged": {

@@ -98,3 +91,3 @@ "*.js": [

"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"lint-staged": "^12.5.0",
"node-notifier": "^10.0.1",

@@ -105,4 +98,4 @@ "semantic-release": "^22.0.12",

"scripts": {
"test": "jest && npm run tsc",
"tsc": "tsc ./src/*.ts --outDir typescript-out",
"test": "jest",
"verify-typescript-types": "tsc ./src/*.ts --outDir typescript-out",
"test:watch": "jest --watch",

@@ -115,3 +108,4 @@ "test:coverage": "jest --coverage",

"lint": "eslint src",
"prepare": "husky install"
"prepare": "husky install",
"lint-staged": "lint-staged"
},

@@ -118,0 +112,0 @@ "config": {

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