New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lambda-router

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-router - npm Package Compare versions

Comparing version 0.1.0 to 2.4.0

CHANGELOG.md

66

package.json
{
"name": "lambda-router",
"version": "0.1.0",
"description": "A routing framework for AWS Lambda",
"main": "index.js",
"version": "2.4.0",
"description": "A router to simplify AWS Lambda Functions.",
"main": "src/index.js",
"files": [
"src"
],
"engines": {
"node": ">=8.10"
},
"scripts": {
"test": "mocha",
"lint": "eslint . --ignore-path .gitignore",
"cover": "istanbul cover _mocha && codecov",
"docs": "documentation readme -s 'API Docs' -g lib/**/*.js"
"test:coverage": "nyc --check-coverage --lines 90 npm run test:unit && npm run report",
"test": "npm run style && npm run test:unit",
"test:unit": "blue-tape \"test/**/**.spec.js\" | tap-spec",
"test:unit:watch": "npm run test:unit -s & chokidar 'src/**/*.js' 'test/**/*.spec.js' --polling -c \"npm run test:unit -s\"",
"test:watch": "npm run test:coverage -s & chokidar 'src/**/*.js' 'test/**/*.spec.js' --polling -c \"npm run test:coverage -s\"",
"test:ci": "npm run style && blue-tape test/**/**.spec.js | tap-xunit > xunit.xml && blue-tape test/**/**.int.js | tap-xunit > xunit.xml && npm run test:coverage && npm run report:ci",
"report": "nyc report --reporter=html",
"report:ci": "npm run report",
"report:open": "npm run report && open coverage/index.html",
"test:coverage:open": "npm run test:coverage && npm run report:open",
"style": "standard \"src/**/*.js\" | snazzy",
"style:fix": "standard \"src/**/*.js\" --fix",
"jsdoc:generate": "jsdoc ./src/index.js -d ./docs/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyber-z/lambda-router.git"
"url": "ssh://git@git.nike.net:NextGenPlatforms/lambda-router.git"
},

@@ -21,23 +36,22 @@ "keywords": [

],
"author": "yu0819ki",
"license": "MIT",
"bugs": {
"url": "https://github.com/cyber-z/lambda-router/issues"
"standard": {
"parser": "babel-eslint"
},
"homepage": "https://github.com/cyber-z/lambda-router#readme",
"author": "Tim Kye",
"license": "Apache-2",
"dependencies": {
"uuid": "^3.3.2"
},
"devDependencies": {
"codecov": "^1.0.1",
"documentation": "^4.0.0-beta4",
"eslint": "^2.9.0",
"eslint-config-node-style-guide": "^3.0.0",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"power-assert": "^1.4.0"
},
"engines": {
"node": ">=4.3.0 < 5.0.0"
},
"dependencies": {
"lodash": "^4.12.0"
"aws-sdk": "^2.4.8",
"babel-eslint": "^6.1.2",
"blue-tape": "^0.2.0",
"chokidar-cli": "^1.2.0",
"expect": "1.20.2",
"jsdoc": "^3.4.3",
"nyc": "latest",
"snazzy": "^5.0.0",
"standard": "8.1.0",
"tap-spec": "^4.1.1"
}
}
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