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

monti-apm-core

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monti-apm-core - npm Package Compare versions

Comparing version 1.7.2 to 1.7.3

5

CHANGELOG.md
# Change Log
## 1.7.3
July 28, 2021
* Increase maximum body size
## 1.7.2

@@ -4,0 +9,0 @@ March 24, 2021

4

dist/index.js

@@ -191,3 +191,5 @@ 'use strict';

(0, _axios2.default)(_extends({
url: url
url: url,
// Axios defaults to 10mb. Increases limit to 100mb.
maxBodyLength: 100 * 1024 * 1024
}, params, {

@@ -194,0 +196,0 @@ method: params.method || 'POST'

{
"name": "monti-apm-core",
"version": "1.7.2",
"version": "1.7.3",
"description": "Monti APM Core API",

@@ -5,0 +5,0 @@ "main": "./dist/",

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