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.1.2 to 1.1.3

2

index.js

@@ -24,3 +24,3 @@ const _ = require("lodash");

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

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

{
"name": "filter-array-of-objects",
"version": "1.1.2",
"version": "1.1.3",
"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