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

@curveball/bodyparser

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@curveball/bodyparser - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

5

changelog.md

@@ -0,1 +1,6 @@

0.4.0 (2018-10-04)
==================
* Updated to curveball 0.8.0 API.
0.3.0 (2018-10-04)

@@ -2,0 +7,0 @@ ==================

16

package.json
{
"name": "@curveball/bodyparser",
"version": "0.3.0",
"version": "0.4.0",
"description": "A curveball middleware for parsing JSON and Text bodies.",

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

"devDependencies": {
"@types/chai": "^4.1.6",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/node": "^10.11.4",
"@types/sinon": "^5.0.3",
"@types/node": "^10.12.2",
"@types/sinon": "^5.0.5",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"sinon": "^6.3.5",
"nyc": "^13.1.0",
"sinon": "^7.1.1",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^2.9.2"
"typescript": "^3.1.5"
},

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

"dependencies": {
"@curveball/core": ">=0.7.0 <1.0.0"
"@curveball/core": "^0.8.1"
}
}

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