Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dbpath/oracle

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbpath/oracle - npm Package Compare versions

Comparing version 0.2.15 to 0.2.16

4

dist/src/oracleDal.js

@@ -139,7 +139,7 @@ "use strict";

// console.log ( 'pks', pks )
const result = (0, utils_1.makeIntoNameAnd)(tables, t => t, t => ({
const result = (0, utils_1.deepSort)((0, utils_1.makeIntoNameAnd)(tables, t => t, t => ({
columns: (0, utils_1.makeIntoNameAnd)(columns[t], c => c.name, c => (Object.assign(Object.assign({}, c), { name: undefined }))),
pk: (0, utils_1.safeArray)(pks[t]),
fk: (0, utils_1.makeIntoNameAnd)(fkRaw.filter(f => f.table === t), f => f.name, fk => (Object.assign(Object.assign({}, fk), { name: undefined, table: undefined })))
}));
})));
return { tables: result };

@@ -146,0 +146,0 @@ });

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

const res = yield dal.metaData();
const actual = JSON.stringify((0, utils_1.deepSort)(res), null, 2)
const actual = JSON.stringify(res, null, 2)
.replace(/number/g, 'integer')

@@ -109,0 +109,0 @@ .replace(/varchar2/g, 'text');

{
"name": "@dbpath/oracle",
"description": "",
"version": "0.2.15",
"version": "0.2.16",
"main": "dist/index",

@@ -21,4 +21,4 @@ "types": "dist/index",

"oracledb": "^5.5.0",
"@dbpath/utils": "0.2.15",
"@dbpath/dal": "0.2.15"
"@dbpath/utils": "0.2.16",
"@dbpath/dal": "0.2.16"
},

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