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
1
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 1.1.0 to 1.1.1

5

lib/schema/table.js

@@ -49,3 +49,5 @@ "use strict";

_ref$indexes = _ref.indexes,
indexes = _ref$indexes === void 0 ? [] : _ref$indexes;
indexes = _ref$indexes === void 0 ? [] : _ref$indexes,
_ref$headerColor = _ref.headerColor,
headerColor = _ref$headerColor === void 0 ? '#316896' : _ref$headerColor;

@@ -57,2 +59,3 @@ _classCallCheck(this, Table);

_this.alias = alias;
_this.headerColor = headerColor;
_this.fields = [];

@@ -59,0 +62,0 @@ _this.indexes = []; // Connected ref

8

package.json
{
"name": "@dbml/core",
"version": "1.1.0",
"version": "1.1.1",
"description": "> TODO: description",

@@ -9,2 +9,6 @@ "author": "Holistics <dev@holistics.io>",

"repository": "https://github.com/holistics/dbml/tree/master/packages/dbml-core",
"keywords": [
"dbml",
"dbml-core"
],
"directories": {

@@ -53,3 +57,3 @@ "lib": "lib",

},
"gitHead": "eb3fe91e309483fdd7716ba7e4967563f1ada64d"
"gitHead": "54f59deb69df710f839f26652e4c655853d59ebb"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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