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.1.3 to 1.2.0

3

lib/co-mocha.js

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

.filter(function (child) {
return child.slice(suffix.length * -1) === suffix
var val = children[child].exports
return typeof val === 'function' && val.name === 'Mocha'
})

@@ -63,0 +64,0 @@ .map(function (child) {

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

@@ -42,12 +42,12 @@ "main": "lib/co-mocha.js",

"devDependencies": {
"browserify": "^10.2.4",
"browserify": "^14.0.0",
"chai": "^3.0.0",
"es6-promise": "^2.3.0",
"es6-promise": "^4.0.5",
"istanbul": "git://github.com/gotwarlost/istanbul#harmony",
"mocha": "^2.2.5",
"mocha": "^3.1.2",
"pre-commit": "^1.0.7",
"regenerator": "^0.8.26",
"standard": "^3.11.1",
"testem": "^0.8.3",
"traceur": "0.0.89"
"regenerator": "^0.9.0",
"standard": "^8.5.0",
"testem": "^1.13.0",
"traceur": "0.0.111"
},

@@ -54,0 +54,0 @@ "standard": {

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