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

@curveball/problem

Package Overview
Dependencies
Maintainers
3
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.2.2 to 0.3.0

src/index.ts

10

changelog.md
Changelog
=========
0.3.0 (2021-02-18)
------------------
* Modernize everything a bit
* Upgrade all dependencies
* Still no bugs
0.2.2 (2020-06-05)
---------
------------------

@@ -7,0 +15,0 @@ * Added a `quiet` flag to supress 4XX client errors from the log.

2

dist/index.js

@@ -64,3 +64,3 @@ "use strict";

if (!quiet) {
// tslint:disable-next-line no-console
/* eslint-disable no-console */
console.warn(e);

@@ -67,0 +67,0 @@ }

{
"name": "@curveball/problem",
"version": "0.2.2",
"version": "0.3.0",
"description": "A middleware for converting errors into application/problem+json",

@@ -20,2 +20,3 @@ "main": "dist/index.js",

"dist",
"src",
"LICENSE"

@@ -43,14 +44,16 @@ ],

"devDependencies": {
"@curveball/core": "^0.12.0",
"@types/chai": "^4.2.11",
"@curveball/core": "^0.16.1",
"@types/chai": "^4.2.15",
"@types/mocha": "^7.0.2",
"@types/node": "^10.17.24",
"@types/sinon": "^9.0.4",
"chai": "^4.2.0",
"@types/node": "^10.17.53",
"@types/sinon": "^9.0.10",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"chai": "^4.3.0",
"eslint": "^7.20.0",
"mocha": "^7.2.0",
"nyc": "^15.1.0",
"sinon": "^9.0.2",
"sinon": "^9.2.4",
"ts-node": "^8.10.2",
"tslint": "^6.1.2",
"typescript": "^3.9.5"
"typescript": "^3.9.9"
},

@@ -64,3 +67,3 @@ "types": "dist/",

"peerDependencies": {
"@curveball/core": ">=0.9 <1"
"@curveball/core": ">=0.16.1 <1"
},

@@ -67,0 +70,0 @@ "mocha": {

Sorry, the diff of this file is not supported yet

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