Socket
Socket
Sign inDemoInstall

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.8 to 0.6.9

16

lib/wodge.js

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

exports.queryFoundInObject = queryFoundInObject;
exports.where = where;

@@ -230,5 +231,2 @@ /**

return [];
} else if (Array.isArray(input)){
// nothing to do
return input;
} else if (isPlainObject(input) && input.length >= 0 && input.length === Math.floor(input.length)){

@@ -404,2 +402,5 @@ return Array.prototype.slice.call(input);

/**
docs todo
*/
function queryFoundInObject(object, query){

@@ -415,2 +416,11 @@ var found = true;

/**
docs todo
*/
function where(arrayOfObjects, query){
return arrayOfObjects.filter(function(item){
return w.queryFoundInObject(item, query);
});
}
/**
Returns the input array, minus the specied values

@@ -417,0 +427,0 @@ @param {Array} - the input array

2

package.json
{
"name": "wodge",
"version": "0.6.8",
"version": "0.6.9",
"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