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

ezobjects

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ezobjects - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

2

package.json
{
"name": "ezobjects",
"version": "0.2.6",
"version": "0.2.7",
"description": "Easy dynamic object generation with strict typing and set chaining",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -10,3 +10,4 @@ # EZ Objects

const table = {
/** Create our customized object complete with constructor/init/getters/setters! */
ezobjects({
tableName: 'people',

@@ -22,7 +23,4 @@ className: 'Person',

]
};
});
/** Create our table model! */
ezobjects(table);
/** Example new object initialized to defaults */

@@ -29,0 +27,0 @@ const a = new Person();

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