Socket
Socket
Sign inDemoInstall

middy

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

middy - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

__tests__/index.js

25

package.json
{
"name": "middy",
"version": "0.0.1",
"version": "0.1.0",
"description": "A simple (but cool 😎) middleware engine for AWS lambda in Node.js",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test:lint": "eslint --ignore-pattern='node_modules' --ignore-pattern='coverage/' .",
"test:unit": "jest --verbose --coverage",
"test:unit:watch": "jest --verbose --coverage --watch",
"test": "npm run test:lint && npm run test:unit"
},

@@ -19,3 +22,3 @@ "repository": {

],
"author": "Luciano Mammino, Peter Caulfield, Joe Minichino",
"author": "Luciano Mammino, Peter Caulfield, Joe Minichino, Domagoj Katavic",
"license": "MIT",

@@ -25,3 +28,15 @@ "bugs": {

},
"homepage": "https://github.com/Plnt9/middy#readme"
"homepage": "https://github.com/Plnt9/middy#readme",
"devDependencies": {
"eslint": "^4.4.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"jest": "^20.0.4"
},
"dependencies": {
"http-errors": "^1.6.2"
}
}
.npmignore

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