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

loopback-connector-mysql

Package Overview
Dependencies
Maintainers
11
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loopback-connector-mysql - npm Package Compare versions

Comparing version 7.0.10 to 7.0.11

2

lib/discovery.js

@@ -385,2 +385,4 @@ // Copyright IBM Corp. 2013,2019. All Rights Reserved.

return 'Boolean';
case 'JSON':
return 'object';
case 'ENUM':

@@ -387,0 +389,0 @@ return columnType;

8

package.json
{
"name": "loopback-connector-mysql",
"version": "7.0.10",
"version": "7.0.11",
"description": "MySQL connector for loopback-datasource-juggler",

@@ -25,3 +25,3 @@ "engines": {

"async": "^3.2.5",
"debug": "^4.3.4",
"debug": "^4.3.5",
"lodash": "^4.17.21",

@@ -37,7 +37,7 @@ "loopback-connector": "^6.1.5",

"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^5.0.9",
"loopback-datasource-juggler": "^5.0.10",
"mocha": "^10.4.0",
"rc": "^1.2.8",
"should": "^13.2.3",
"sinon": "^17.0.2"
"sinon": "^18.0.0"
},

@@ -44,0 +44,0 @@ "repository": {

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