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

@db-auto/tables

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@db-auto/tables - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

1

dist/src/query.d.ts

@@ -11,3 +11,2 @@ import { ErrorsAnd, NameAnd } from "@db-auto/utils";

alias: string;
possibleLinks: string[];
planLink?: PlanLink;

@@ -14,0 +13,0 @@ }

4

dist/src/query.js

@@ -10,3 +10,3 @@ "use strict";

let planLinkOrErrors = buildNextStep(tables, path, table, 1);
return (0, utils_1.mapErrors)(planLinkOrErrors, planLink => ({ table, alias: `T${0}`, planLink, possibleLinks: Object.keys(table.links) }));
return (0, utils_1.mapErrors)(planLinkOrErrors, planLink => ({ table, alias: `T${0}`, planLink }));
}

@@ -25,3 +25,3 @@ exports.buildPlan = buildPlan;

let nextPlanLinkOrErrors = buildNextStep(tables, path, nextTable, index + 1);
return (0, utils_1.mapErrors)(nextPlanLinkOrErrors, planLink => ({ link, linkTo: { planLink, alias: `T${index}`, table: nextTable, possibleLinks: Object.keys(table.links) } }));
return (0, utils_1.mapErrors)(nextPlanLinkOrErrors, planLink => ({ link, linkTo: { planLink, alias: `T${index}`, table: nextTable } }));
}
{
"name": "@db-auto/tables",
"description": "",
"version": "0.0.6",
"version": "0.0.7",
"main": "dist/index",

@@ -20,3 +20,3 @@ "types": "dist/index",

"dependencies": {
"@db-auto/utils": "0.0.6"
"@db-auto/utils": "0.0.7"
},

@@ -23,0 +23,0 @@ "devDependencies": {

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