Socket
Socket
Sign inDemoInstall

filter-array-of-objects

Package Overview
Dependencies
1
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 1.0.9

4

index.js
const _ = require("lodash");
function User(properties, obj) {
function Obj(properties, obj) {
for (let i = 0; i <= properties.length - 1; i++) {

@@ -23,3 +23,3 @@ this[properties[i]] = obj[properties[i]];

if (obj != null || obj != undefined) {
arrObj[i] = new User(properties, obj);
arrObj[i] = new Obj(properties, obj);
}

@@ -26,0 +26,0 @@ });

{
"name": "filter-array-of-objects",
"version": "1.0.8",
"version": "1.0.9",
"description": "Filter propertie of array of objects",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc