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 3.0.1 to 3.0.2

2

generate-docs.js
const docket = require(`docket-parser`);
docket.title(`EZ Objects v3.0.1`);
docket.title(`EZ Objects v3.0.2`);
docket.linkClass(`text-success`);
docket.parseFiles([`index.js`, `mysql-connection.js`]);
docket.generateDocs(`docs`);
{
"name": "ezobjects-mysql",
"version": "3.0.1",
"version": "3.0.2",
"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 - v3.0.1
# EZ Objects - MySQL Edition - v3.0.2

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

### Want EZ Objects Without The MySQL?
EZ Object's capabilities has been split into multiple packages to target the needs of specific users. This
is a branch of the original `ezobjects` module that preserves the original MySQL table-linked capability,
while the original `ezobjects` has had it removed so those who don't need to database storage can remove
the dependency. It also worked out better that way so that `ezobjects` types can be different than MySQL
types, which might be different from another database's types, etc. If you don't need MySQL capability,
you can find the original package on [npm](https://www.npmjs.com/package/ezobjects) or [GitHub](https://github.com/om-mani-padme-hum/ezobjects.git).
## Installation

@@ -20,0 +29,0 @@

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