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 3.0.3 to 3.0.4

2

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

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

@@ -32,3 +32,4 @@ var tape = require('tape')

{rel: ['contact', {$is: 'boolean'}]},
{$is: 'boolean'}
{$is: 'boolean'},
{$is: 'string'}
]

@@ -51,3 +52,4 @@

],
[true, false]
[true, false],
['string', 'strength']
]

@@ -75,1 +77,2 @@

@@ -22,4 +22,10 @@

tape('ranges', function (t) {
t.ok(u.isRange({$lt: 'a'}))
t.equal(u.upper({$lt: 'a'}), 'a')
t.end()
})
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