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.1.10 to 10.2.0

2

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

@@ -323,5 +323,13 @@ 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

### new MyObject([data])
* **Parameter:** data - `MyObject` - (optional)
* **Description:** Create a new MyObject object and initialize it using either defaults or any getter functions in the EZ Object `data`.
### MyObject.init([data])
* **Parameter:** data - `Object`
* **Description:** Initialize this object using either defaults or any provided key/value pairs in the plain object `data`. This is also the method used by the constructor.
### MyObject.init([data])
* **Parameter:** data - `MyObject`
* **Description:** Initialize this object using either defaults or any provided getter functions in the EZ Object `data`. This is also the method used by the constructor.

@@ -328,0 +336,0 @@ In addition, each property you define will have a single method that is a getter and setter, and it will have the following signatures:

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

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