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

@heathmont/lab-flask

Package Overview
Dependencies
Maintainers
52
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heathmont/lab-flask - npm Package Compare versions

Comparing version 0.1.27 to 0.1.28

1

dist/index.js

@@ -56,2 +56,3 @@ "use strict";

node_logger_1.logger.debug('Lab request incoming', { reqHeaders: req.headers, bodyLength: req.body.length });
next();
});

@@ -58,0 +59,0 @@ expressServer.post(`${flaskPathname}/${exports.PROTOBUF_URL_PREFIX}`, bodyParser.raw({

2

package.json
{
"name": "@heathmont/lab-flask",
"version": "0.1.27",
"version": "0.1.28",
"author": "Margus Lamp",

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

@@ -125,2 +125,3 @@ import 'source-map-support/register';

logger.debug('Lab request incoming', { reqHeaders: req.headers, bodyLength: req.body.length });
next();
});

@@ -127,0 +128,0 @@ expressServer.post(`${flaskPathname}/${PROTOBUF_URL_PREFIX}`, bodyParser.raw({

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