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

ezobjects-mysql

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ezobjects-mysql - npm Package Compare versions

Comparing version 10.0.14 to 10.1.0

2

generate-docs.js
const docket = require(`docket-parser`);
docket.title(`EZ Objects v10.0.14`);
docket.title(`EZ Objects v10.1.0`);
docket.linkClass(`text-success`);
docket.parseFiles([`index.js`]);
docket.generateDocs(`docs`);
{
"name": "ezobjects-mysql",
"version": "10.0.14",
"version": "10.1.0",
"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.0.14
# EZ Objects - MySQL Edition - v10.1.0

@@ -390,4 +390,4 @@ EZ Objects (MySQL Edition) is a Node.js module (that can also be usefully browserify'd) that aims to save

* **properties** - `Array` - (optional) An array of property configurations that the object (and MySQL table, if applicable) should have corresponding properties for
* **extends** - `mixed` - (optional) The object that the new object should be extended from \[required to extend object]
* **extendsConfig** - `object` - (optional) The EZ Object configuration for the object that is being extended from \[required to extend object]
* **extends** - `mixed` - (optional) The class that the new class should be extended from \[required to extend object]
* **extendsConfig** - `object` - (optional) The EZ Object configuration for the class that is being extended from \[required to extend EZ Object]
* **indexes** - `Array` - (optional) An array of MySQL index configurations that should be created in the MySQL table

@@ -394,0 +394,0 @@

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

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