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.1 to 0.2.0

6

changelog.md
Changelog
=========
0.2.0 (2019-12-27)
------------------
* `@curveball/core` is now a peerDependency
0.1.1 (2019-09-13)

@@ -5,0 +11,0 @@ -----------------

25

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

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

"devDependencies": {
"@types/chai": "^4.2.2",
"@curveball/core": "^0.9",
"@types/chai": "^4.2.7",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.5",
"@types/sinon": "^7.0.13",
"@types/node": "^10.17.13",
"@types/sinon": "^7.5.1",
"chai": "^4.2.0",
"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"
"mocha": "^6.2.2",
"nyc": "^15.0.0",
"sinon": "^8.0.1",
"ts-node": "^8.5.4",
"tslint": "^5.20.1",
"typescript": "^3.7.4"
},

@@ -61,5 +62,5 @@ "types": "dist/",

},
"dependencies": {
"@curveball/core": "^0.9.0"
"peerDependencies": {
"@curveball/core": "^0.9.4"
}
}
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