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

hydro

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hydro - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

14

lib/hydro/suite/index.js

@@ -118,2 +118,16 @@ /**

/**
* Skip all tests within this Suite
*
* @param {Boolean} condition
* @api public
*/
Suite.prototype.skip = function(condition) {
if (arguments.length && !condition) return;
util.forEach(this.runnables, function(runner) {
runner.skip();
});
};
/**
* Primary export.

@@ -120,0 +134,0 @@ */

5

package.json
{
"name": "hydro",
"version": "0.10.0",
"version": "0.10.1",
"preferGlobal": true,

@@ -52,3 +52,4 @@ "description": "Teeny-weeny test runner for Node.js",

"envc": "~1.0.0"
}
},
"files": ["bin", "lib"]
}
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