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

contra

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contra - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

2

bower.json
{
"name": "contra",
"description": "Asynchronous flow control with a `_` taste to it",
"version": "1.0.20",
"version": "1.0.21",
"homepage": "https://github.com/bevacqua/contra",

@@ -6,0 +6,0 @@ "author": {

{
"name": "contra",
"description": "Asynchronous flow control with a `_` taste to it",
"version": "1.0.20",
"version": "1.0.21",
"homepage": "https://github.com/bevacqua/contra",

@@ -6,0 +6,0 @@ "author": {

@@ -6,5 +6,3 @@ 'use strict';

assert.falsy = function (value, message) {
assert.equal(false, !!value, message);
};
assert.falsy = function (value, message) { assert.equal(false, !!value, message); };

@@ -11,0 +9,0 @@ describe('waterfall()', function () {

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