Socket
Socket
Sign inDemoInstall

os-filter-obj

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

6

index.js

@@ -7,4 +7,6 @@ 'use strict';

if (!arr.length) {
return null;
console.log(arr);
if (!arr || !arr.length) {
return [];
}

@@ -11,0 +13,0 @@

{
"name": "os-filter-obj",
"version": "1.0.1",
"version": "1.0.2",
"description": "Filter an array of objects to a specific OS",

@@ -5,0 +5,0 @@ "license": "MIT",

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