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

@midwayjs/process-agent

Package Overview
Dependencies
Maintainers
7
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@midwayjs/process-agent - npm Package Compare versions

Comparing version 3.1.5 to 3.1.6

2

dist/configuration.js

@@ -36,3 +36,3 @@ "use strict";

.createServer((req, res) => {
const query = qs.parse(req.url.substr('/?'.length));
const query = qs.parse(req.url.slice('/?'.length));
const params = JSON.parse(query.params);

@@ -39,0 +39,0 @@ handlers[`${query.path}`](...params)

{
"name": "@midwayjs/process-agent",
"version": "3.1.5",
"version": "3.1.6",
"description": "",

@@ -28,6 +28,6 @@ "main": "dist/index.js",

"devDependencies": {
"@midwayjs/core": "^3.1.5",
"@midwayjs/decorator": "^3.0.10",
"@midwayjs/koa": "^3.1.5",
"@midwayjs/mock": "^3.1.5"
"@midwayjs/core": "^3.1.6",
"@midwayjs/decorator": "^3.1.6",
"@midwayjs/koa": "^3.1.6",
"@midwayjs/mock": "^3.1.6"
},

@@ -37,3 +37,3 @@ "dependencies": {

},
"gitHead": "46a7851ad3ce6fc675bd7e1b7c9dff2c70009104"
"gitHead": "8c157a2b1a23ca2360522dc0de58513098952391"
}
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