Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wodge

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wodge - npm Package Compare versions

Comparing version 0.6.10 to 0.6.11

test/findWhere.js

9

lib/wodge.js

@@ -35,2 +35,3 @@ "use strict";

exports.where = where;
exports.findWhere = findWhere;

@@ -423,2 +424,10 @@ /**

/**
docs todo
*/
function findWhere(arrayOfObjects, query){
var result = where(arrayOfObjects, query);
return result.length ? result[0] : null;
}
/**
Returns the input array, minus the specied values

@@ -425,0 +434,0 @@ @param {Array} - the input array

2

package.json
{
"name": "wodge",
"version": "0.6.10",
"version": "0.6.11",
"description": "a wodge of functional dough",

@@ -5,0 +5,0 @@ "main": "lib/wodge.js",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc