New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mate

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mate - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

20

mate.js

@@ -323,5 +323,9 @@ // Generated by CoffeeScript 1.6.3

var _this = this;
return this.reduce(function(a, b, index) {
return (index === 1 ? Array._elementOrUseSelector(a, selector) : a) + Array._elementOrUseSelector(b, selector);
});
if (this.length === 1) {
return Array._elementOrUseSelector(this.first(), selector);
} else {
return this.reduce(function(a, b, index) {
return (index === 1 ? Array._elementOrUseSelector(a, selector) : a) + Array._elementOrUseSelector(b, selector);
});
}
};

@@ -345,5 +349,9 @@

var _this = this;
return this.reduce(function(a, b, index) {
return (index === 1 ? Array._elementOrUseSelector(a, selector) : a) * Array._elementOrUseSelector(b, selector);
});
if (this.length === 1) {
return Array._elementOrUseSelector(this.first(), selector);
} else {
return this.reduce(function(a, b, index) {
return (index === 1 ? Array._elementOrUseSelector(a, selector) : a) * Array._elementOrUseSelector(b, selector);
});
}
};

@@ -350,0 +358,0 @@

{
"name": "mate",
"version": "0.3.1",
"version": "0.3.2",
"description": "A library that extends native JavaScript / CoffeeScript.",

@@ -5,0 +5,0 @@ "keywords": ["library", "app", "javascript", "coffeescript", "js"],

Sorry, the diff of this file is not supported yet

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