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

@curveball/problem

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@curveball/problem - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

11

changelog.md

@@ -0,4 +1,13 @@

Changelog
=========
0.1.1 (2019-09-13)
-----------------
* Updated to Curveball 0.9 API
0.1.0 (2019-05-04)
==================
------------------
* First version

24

package.json
{
"name": "@curveball/problem",
"version": "0.1.0",
"version": "0.1.1",
"description": "A middleware for converting errors into application/problem+json",

@@ -42,13 +42,13 @@ "main": "dist/index.js",

"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.0",
"@types/sinon": "^7.0.11",
"@types/chai": "^4.2.2",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.5",
"@types/sinon": "^7.0.13",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"nyc": "^14.1.0",
"sinon": "^7.3.2",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"typescript": "^3.4.5"
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"sinon": "^7.4.2",
"ts-node": "^8.3.0",
"tslint": "^5.20.0",
"typescript": "^3.6.3"
},

@@ -62,4 +62,4 @@ "types": "dist/",

"dependencies": {
"@curveball/core": "^0.8.6"
"@curveball/core": "^0.9.0"
}
}
Curveball Problem Middleware
===========================
[![Greenkeeper badge](https://badges.greenkeeper.io/curveballjs/problem.svg)](https://greenkeeper.io/)
This package is a middleware for the [Curveball][2] framework that catches any

@@ -5,0 +7,0 @@ exception and turns them into `application/problem+json` responses, as defined

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