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.1.0 to 0.1.1

2

package.json
{
"name": "wodge",
"version": "0.1.0",
"version": "0.1.1",
"description": "a wodge of functional dough",

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

@@ -32,2 +32,5 @@ exports.extend = function(obj, srcObj){

};
exports.isPlainObject = function(o){
return typeof o === "object" && !Array.isArray(o);
};

@@ -49,1 +52,7 @@ exports.arrayify = function(arr){

};
exports.each = function(obj, callback){
for (var prop in obj){
callback(obj[prop], prop);
}
};
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