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
2
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.4.3 to 0.4.4

32

changelog.md

@@ -0,3 +1,13 @@

Changelog
=========
0.4.4 (2020-01-05)
------------------
* Allow installation on Curveball 0.10.
* @curveball/core is now a peerDependency.
0.4.3 (2019-09-13)
==================
------------------

@@ -7,3 +17,3 @@ * Previous release was a bust. Actually updated to curveball 0.9.0 API

0.4.2 (2019-09-13)
==================
------------------

@@ -14,3 +24,3 @@ * Updated to curveball 0.9.0 API

0.4.1 (2019-07-21)
==================
------------------

@@ -20,3 +30,3 @@ * Updated to curveball 0.8.6 API

0.4.0 (2018-10-04)
==================
------------------

@@ -26,3 +36,3 @@ * Updated to curveball 0.8.0 API.

0.3.0 (2018-10-04)
==================
------------------

@@ -33,3 +43,3 @@ * Updated to curveball 0.7.0 API.

0.2.2 (2018-09-05)
==================
------------------

@@ -40,3 +50,3 @@ * Fixed bug: Body parsing wasn't awaited.

0.2.1 (2018-09-05)
==================
------------------

@@ -47,3 +57,3 @@ * Fixed bug: Forgot to call `next()` for some content-types.

0.2.0 (2018-09-05)
==================
------------------

@@ -55,3 +65,3 @@ * Automatically parse HTML forms.

0.1.0 (2018-07-05)
==================
------------------

@@ -62,3 +72,3 @@ * Map empty bodies with JSON content-types to `{}`.

0.0.2 (2018-07-01)
==================
------------------

@@ -69,4 +79,4 @@ * Updated dependencies

0.0.1 (2018-06-30)
==================
------------------
* First version
{
"name": "@curveball/bodyparser",
"version": "0.4.3",
"version": "0.4.4",
"description": "A curveball middleware for parsing JSON and Text bodies.",
"main": "dist/index.js",
"scripts": {
"prepublish": "make build",
"prepublishOnly": "make build",
"test": "make lint test",

@@ -13,3 +13,3 @@ "tsc": "tsc"

"type": "git",
"url": "git+https://github.com/curveballjs/bodyparser.git"
"url": "git+https://github.com/curveball/bodyparser.git"
},

@@ -34,17 +34,18 @@ "files": [

"bugs": {
"url": "https://github.com/curveballjs/bodyparser/issues"
"url": "https://github.com/curveball/bodyparser/issues"
},
"homepage": "https://github.com/curveballjs/bodyparser#readme",
"homepage": "https://github.com/curveball/bodyparser#readme",
"devDependencies": {
"@types/chai": "^4.2.2",
"@curveball/core": "^0.10.0",
"@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": "^7.0.0",
"nyc": "^15.0.0",
"sinon": "^8.0.2",
"ts-node": "^8.5.4",
"tslint": "^5.20.1",
"typescript": "^3.7.4"
},

@@ -57,5 +58,6 @@ "types": "dist/",

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