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
7
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 3.8.1 to 3.9.0

3

lib/export/DbmlExporter.js

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

}
// see https://dbml.dbdiagram.io/docs/#multi-line-string
newStr = newStr.replaceAll("'''", "\\'''");
newStr = newStr.replaceAll("'", "\\'");
newStr = newStr.replaceAll('\r\n', '\n'); // turn all CRLF to LF

@@ -51,0 +50,0 @@ return "'''".concat(newStr, "'''");

{
"name": "@dbml/core",
"version": "3.8.1",
"version": "3.9.0",
"description": "> TODO: description",

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

"dependencies": {
"@dbml/parse": "^3.8.1",
"@dbml/parse": "^3.9.0",
"antlr4": "^4.13.1",

@@ -63,3 +63,3 @@ "lodash": "^4.17.15",

},
"gitHead": "40a25ded1488372f082739f6d43e45f2ad918e7e",
"gitHead": "d40aaa3827853d17fa385aa27ae1e099c9234e4b",
"engines": {

@@ -66,0 +66,0 @@ "node": ">=16"

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