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

@fatso83/mini-mocha

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fatso83/mini-mocha - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

demo.js
require('./index');
describe("issue #101 ES5 version", function() {
describe("Block A", function() {
var Foo = {

@@ -25,1 +25,7 @@ myMethod: function() { return "original"; }

});
describe("Block B", function() {
it("failing test", function() {
throw new Error("My error");
});
});

@@ -19,2 +19,5 @@ var d = "";

afters.forEach(run)
its = [];
befores = [];
afters = [];
}

@@ -21,0 +24,0 @@ function log(title, err) {

2

package.json
{
"name": "@fatso83/mini-mocha",
"version": "1.0.1",
"version": "1.0.2",
"description": "A minimal emulation of Mocha",

@@ -5,0 +5,0 @@ "main": "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