Socket
Socket
Sign inDemoInstall

map-filter-reduce

Package Overview
Dependencies
4
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

test/util.js

2

package.json
{
"name": "map-filter-reduce",
"description": "",
"version": "2.2.0",
"version": "2.2.1",
"homepage": "https://github.com/dominictarr/map-filter-reduce",

@@ -6,0 +6,0 @@ "repository": {

@@ -33,4 +33,5 @@ 'use strict'

function isRange (v) {
if(!isObject(v)) return false
if(isString(v.$prefix)) return true
if(v == null) return false
// if(!isObject(v)) return false
if(v.$prefix) return true
if(isArray(v)) return find(v, isRange)

@@ -169,1 +170,4 @@ return isLtgt(v)

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc