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

@dbml/core

Package Overview
Dependencies
Maintainers
6
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbml/core - npm Package Compare versions

Comparing version 2.5.1 to 2.5.2

3

lib/export/MysqlExporter.js

@@ -293,3 +293,4 @@ "use strict";

var table = model.tables[comment.tableId];
line += "ALTER TABLE `".concat(table.name, "` COMMENT = '").concat(table.note.replace(/'/g, "\\'"), "'");
var schema = model.schemas[table.schemaId];
line += "ALTER TABLE ".concat((0, _utils.shouldPrintSchema)(schema, model) ? "`".concat(schema.name, "`.") : '', "`").concat(table.name, "` COMMENT = '").concat(table.note.replace(/'/g, "\\'"), "'");
}

@@ -296,0 +297,0 @@

{
"name": "@dbml/core",
"version": "2.5.1",
"version": "2.5.2",
"description": "> TODO: description",

@@ -59,3 +59,3 @@ "author": "Holistics <dev@holistics.io>",

},
"gitHead": "20f0629567b59fb2669d6f1e3db213506255b877"
"gitHead": "42b0d7cb1c3deeeb0507ad5d779d9eb1ef94e6ff"
}
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