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

co-mocha

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co-mocha - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

3

co-mocha.js

@@ -26,4 +26,3 @@ var co = require('co');

if (isGenFn(this.fn)) {
this.fn = co(this.fn);
this.sync = !(this.async = true);
this.fn = co.wrap(this.fn);
}

@@ -30,0 +29,0 @@

{
"name": "co-mocha",
"version": "1.0.3",
"version": "1.1.0",
"description": "Enable support for generators in Mocha tests",

@@ -37,3 +37,3 @@ "main": "co-mocha.js",

"dependencies": {
"co": "3.x",
"co": "^4.0.0",
"is-generator": "^1.0.0"

@@ -40,0 +40,0 @@ },

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