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

@fatso83/mini-mocha

Package Overview
Dependencies
Maintainers
2
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 2.1.1 to 2.1.2

lib/execute.js

18

package.json
{
"name": "@fatso83/mini-mocha",
"version": "2.1.1",
"version": "2.1.2",
"description": "A minimal emulation of Mocha",
"main": "index.js",
"files": [
"index.js"
"index.js",
"lib/**/*.js"
],
"scripts": {
"fixup": "prettier --write *.js",
"test": "node test/tests.js",
"update-snapshots": "rm -r test/snapshot/* && npm t"
"test": "run-p test:*",
"test:output": "node test/tests.js",
"test:tarball": "./scripts/test-tarball.sh",
"update-snapshots": "rimraf test/snapshot/* && npm t",
"clean": "rimraf package *.tgz"
},

@@ -30,9 +34,11 @@ "repository": {

"husky": "^2.3.0",
"prettier": "^1.16.4"
"npm-run-all": "^4.1.5",
"prettier": "^1.16.4",
"rimraf": "^2.6.3"
},
"husky": {
"hooks": {
"pre-commit": "prettier -c *.js && node test/tests.js"
"pre-commit": "run-s fixup test"
}
}
}
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