ezobjects-mysql
Advanced tools
Comparing version 10.3.3 to 10.3.4
/** Require external modules */ | ||
const ezobjects = require(`ezobjects-mysql`); | ||
const ezobjects = require(`./index`); | ||
const fs = require(`fs`); | ||
@@ -315,3 +315,3 @@ const util = require(`util`); | ||
/** Cleanly log any errors */ | ||
console.log(err.message); | ||
console.log(err); | ||
} finally { | ||
@@ -318,0 +318,0 @@ /** Close database connection */ |
const docket = require(`docket-parser`); | ||
docket.title(`EZ Objects v10.3.3`); | ||
docket.title(`EZ Objects v10.3.4`); | ||
docket.linkClass(`text-success`); | ||
docket.parseFiles([`index.js`]); | ||
docket.generateDocs(`docs`); |
{ | ||
"name": "ezobjects-mysql", | ||
"version": "10.3.3", | ||
"version": "10.3.4", | ||
"description": "Easy dynamic object generation with optional MySQL table linking", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# EZ Objects - MySQL Edition - v10.3.3 | ||
# EZ Objects - MySQL Edition - v10.3.4 | ||
@@ -3,0 +3,0 @@ EZ Objects (MySQL Edition) is a Node.js module (that can also be usefully [browserify](https://github.com/browserify/browserify)'d) that aims to save |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
806200
10541