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

mocha-each

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-each - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

CHANGELOG.md

2

build/index.js

@@ -85,3 +85,3 @@ 'use strict';

return function () {
test.apply(this, param);
return test.apply(this, param);
};

@@ -88,0 +88,0 @@ }

@@ -79,3 +79,3 @@ import { vsprintf } from 'sprintf-js';

return function() {
test.apply(this, param);
return test.apply(this, param);
};

@@ -82,0 +82,0 @@ }

{
"name": "mocha-each",
"version": "1.0.5",
"version": "1.1.0",
"description": "Parameterized test utility for Mocha",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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