New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3 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()}`);

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