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

vulpes-api

Package Overview
Dependencies
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vulpes-api - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

5

CHANGELOG.md
# Vulpes-API Changelog
## v0.2.4
_2019-04-04_
* Raise JSON body limit to 10MB
## v0.2.3

@@ -4,0 +9,0 @@ _2019-03-24_

2

package.json
{
"name": "vulpes-api",
"version": "0.2.3",
"version": "0.2.4",
"description": "API generator for the Vulpes job management framework",

@@ -5,0 +5,0 @@ "main": "source/index.js",

@@ -35,3 +35,7 @@ const path = require("path");

if (parseJSON) {
router.use(bodyParser.json());
router.use(
bodyParser.json({
limit: "10MB"
})
);
}

@@ -38,0 +42,0 @@ // Attach service

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