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.3.1 to 0.3.2

2

package.json
{
"name": "wodge",
"version": "0.3.1",
"version": "0.3.2",
"description": "a wodge of functional dough",

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

@@ -20,2 +20,11 @@ "use strict";

exports.omit = function(obj, toOmit){
toOmit = exports.arrayify(toOmit);
var output = exports.clone(obj);
for (var prop in toOmit){
delete output[prop];
}
return output;
};
exports.escapeRegExp = function(string){

@@ -22,0 +31,0 @@ return string

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