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
0
Versions
76
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

to
3.9.7-alpha.0

3

lib/model_structure/ref.js

@@ -43,2 +43,3 @@ "use strict";

name = _ref.name,
color = _ref.color,
endpoints = _ref.endpoints,

@@ -53,2 +54,3 @@ onDelete = _ref.onDelete,

_this.name = name;
_this.color = color;
_this.onDelete = onDelete;

@@ -103,2 +105,3 @@ _this.onUpdate = onUpdate;

name: this.name,
color: this.color,
onDelete: this.onDelete,

@@ -105,0 +108,0 @@ onUpdate: this.onUpdate

6

package.json
{
"name": "@dbml/core",
"version": "3.9.6",
"version": "3.9.7-alpha.0",
"description": "> TODO: description",

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

"dependencies": {
"@dbml/parse": "^3.9.6",
"@dbml/parse": "^3.9.7-alpha.0",
"antlr4": "^4.13.1",

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

},
"gitHead": "c1eb21d942aa3c57c1d930b75c4494c85d59254b",
"gitHead": "459732f65cd87e233862b7568971997436885dad",
"engines": {

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

@@ -8,2 +8,3 @@ import Element, { Token } from './element';

name: string;
color?: string;
endpoints: Endpoint[];

@@ -17,2 +18,3 @@ onDelete: any;

name: string;
color?: string;
endpoints: Endpoint[];

@@ -64,2 +66,6 @@ onDelete: any;

id: number;
name?: string;
color?: string;
onUpdate?: string;
onDelete?: string;
endpointIds: number[];

@@ -66,0 +72,0 @@ schemaId: number;