Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mysql-rest

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-rest - npm Package Compare versions

Comparing version 0.6.15 to 0.6.16

2

lib/xctrl.js

@@ -44,2 +44,3 @@ const reqHelper = require("./util/req.helper");

delete req.body[col];
delete req.body[col.slice(1, -1)];
}

@@ -185,2 +186,3 @@

delete req.body[col];
delete req.body[col.slice(1, -1)];
}

@@ -187,0 +189,0 @@ let keys = Object.keys(req.body);

2

package.json
{
"name": "mysql-rest",
"version": "0.6.15",
"version": "0.6.16",
"description": "One command to generate REST APIs for any MySql database, support multi databases",

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

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