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

middy-middleware-json-error-handler

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

middy-middleware-json-error-handler - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## [2.0.6](https://github.com/dbartholomae/middy-middleware-json-error-handler/compare/2.0.5...2.0.6) (2020-08-30)
### Bug Fixes
* remove snyk ([61674b8](https://github.com/dbartholomae/middy-middleware-json-error-handler/commit/61674b87fc4a7b897efa0d624fd4a5d0117215b9))
* update all dependencies ([70f1539](https://github.com/dbartholomae/middy-middleware-json-error-handler/commit/70f15397b3f3b6f175755df15ad3cb029c243213))
## [2.0.5](https://github.com/dbartholomae/middy-middleware-json-error-handler/compare/2.0.4...2.0.5) (2020-08-17)

@@ -2,0 +10,0 @@

81

package.json
{
"name": "middy-middleware-json-error-handler",
"version": "2.0.5",
"version": "2.0.6",
"description": "A middy JSON error handler middleware.",

@@ -31,3 +31,3 @@ "homepage": "",

"serialize-error": ">=5.0.0",
"snyk": "^1.321.0"
"tslib": "^2.0.1"
},

@@ -52,50 +52,47 @@ "peerDependencies": {

"lint:fix": "tslint --project tsconfig.json --fix",
"precommit:lint:fix": "tslint --project tsconfig.json --fix",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
"precommit:lint:fix": "tslint --project tsconfig.json --fix"
},
"devDependencies": {
"@commitlint/cli": "^9.0.0",
"@commitlint/config-conventional": "^10.0.0",
"@middy/core": ">=1.0.0",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/commit-analyzer": "^8.0.0",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@middy/core": "^1.2.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.0.0",
"@semantic-release/release-notes-generator": "^9.0.0",
"@types/aws-lambda": "^8.10.51",
"@types/debug": ">=4.1.0",
"@types/http-errors": "^1.6.3",
"@types/jest": "^25.1.0",
"@types/supertest": "^2.0.7",
"@semantic-release/npm": "^7.0.5",
"@semantic-release/release-notes-generator": "^9.0.1",
"@types/aws-lambda": "^8.10.61",
"@types/debug": "^4.1.5",
"@types/http-errors": "^1.8.0",
"@types/jest": "^26.0.10",
"@types/supertest": "^2.0.10",
"aws-lambda": "*",
"codecov": "^3.2.0",
"concurrently": "^5.0.0",
"cross-env": "^7.0.0",
"http-errors": "^1.7.3",
"husky": "^4.2.0",
"jest": "^25.1.0",
"jest-junit": "^10.0.0",
"lint-staged": "^10.0.2",
"codecov": "^3.7.2",
"concurrently": "^5.3.0",
"cross-env": "^7.0.2",
"http-errors": "^1.8.0",
"husky": "^4.2.5",
"jest": "^26.4.2",
"jest-junit": "^11.1.0",
"lint-staged": "^10.2.13",
"pkg-ok": "^2.3.1",
"prettier-standard": "^16.0.0",
"rimraf": "^3.0.0",
"semantic-release": "^17.0.0",
"serverless": "^1.37.1",
"serverless-offline": "^6.1.1",
"serverless-webpack": "^5.2.0",
"source-map-support": "^0.5.10",
"prettier-standard": "^16.4.1",
"rimraf": "^3.0.2",
"semantic-release": "^17.1.1",
"serverless": "^1.80.0",
"serverless-offline": "^6.7.0",
"serverless-webpack": "^5.3.4",
"source-map-support": "^0.5.19",
"supertest": "^4.0.2",
"ts-jest": "^25.0.0",
"ts-loader": "^6.2.1",
"tslint": "^6.0.0",
"ts-jest": "^26.3.0",
"ts-loader": "^8.0.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-consistent-codestyle": "^1.15.0",
"typedoc": "^0.18.0",
"typescript": "^3.1.2",
"wait-on": "^4.0.0",
"webpack": "^4.37.0"
"tslint-consistent-codestyle": "^1.16.0",
"typedoc": "^0.19.0",
"typescript": "^4.0.2",
"wait-on": "^5.2.0",
"webpack": "^4.44.1"
},
"repository": "git@github.com:dbartholomae/middy-middleware-json-error-handler.git",
"snyk": true
"repository": "git@github.com:dbartholomae/middy-middleware-json-error-handler.git"
}
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