🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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

to
0.2.4

2

example.js

@@ -67,3 +67,3 @@ const ezobjects = require('./index');

/** Example retrieving data from object */
/** Example retrieving data from object using getter methods */
console.log(`ID: ${c.id()}`);

@@ -70,0 +70,0 @@ console.log(`First Name: ${c.firstName()}`);

{
"name": "ezobjects",
"version": "0.2.3",
"version": "0.2.4",
"description": "Easy dynamic object generation with strict typing and set chaining",

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

@@ -74,3 +74,3 @@ # EZ Objects

/** Example retrieving data from object */
/** Example retrieving data from object using getter methods */
console.log(`ID: ${c.id()}`);

@@ -77,0 +77,0 @@ console.log(`First Name: ${c.firstName()}`);