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

db-auto

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 - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

4

dist/src/integration.spec.js

@@ -50,2 +50,6 @@ "use strict";

}));
it("should db-auto driver.mission.?", () => __awaiter(void 0, void 0, void 0, function* () {
const expected = (0, files_1.readTestFile)(mockTestDir, 'path.driver.mission.query.expected.txt');
expect(yield (0, integration_fixture_1.executeDbAuto)(mockTestDir, `driver.mission.?`)).toEqual(expected);
}));
});

3

dist/src/path.js

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

return planOrErrors;
const links = (0, tables_1.lastPlan)(planOrErrors).possibleLinks;
let lp = (0, tables_1.lastPlan)(planOrErrors);
const links = Object.keys(lp.table.links);
return { type: 'links', links };

@@ -16,0 +17,0 @@ }

{
"name": "db-auto",
"description": "",
"version": "0.0.6",
"version": "0.0.7",
"main": "dist/index",

@@ -24,9 +24,9 @@ "types": "dist/index",

"commander": "^10.0.0",
"@db-auto/oracle": "0.0.6",
"@db-auto/mysql": "0.0.6",
"@db-auto/tables": "0.0.6",
"@db-auto/utils": "0.0.6",
"@db-auto/files": "0.0.6",
"@db-auto/mocks": "0.0.6",
"@db-auto/environments": "0.0.6"
"@db-auto/oracle": "0.0.7",
"@db-auto/mysql": "0.0.7",
"@db-auto/tables": "0.0.7",
"@db-auto/utils": "0.0.7",
"@db-auto/files": "0.0.7",
"@db-auto/mocks": "0.0.7",
"@db-auto/environments": "0.0.7"
},

@@ -33,0 +33,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