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

fly-mocha

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fly-mocha - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

4

index.js

@@ -7,4 +7,4 @@ const Mocha = require("mocha")

return new Promise(function (resolve, reject) {
this.unwrap().then((files) => {
files.forEach(_ => mocha.addFile(_.file))
this.unwrap((files) => {
files.forEach(file => mocha.addFile(file))
mocha.run((failures) => failures > 0

@@ -11,0 +11,0 @@ ? reject(failures + " error(s).")

{
"name": "fly-mocha",
"version": "0.1.3",
"version": "0.2.0",
"description": "Mocha plugin for Fly",

@@ -10,4 +10,4 @@ "license": "MIT",

"lint": "eslint *.js",
"tape": "tape test/*.js",
"test": "npm run lint && npm run tape | tspec",
"setup": "npm i && npm test",
"test": "npm run lint && tape test/*.js | tspec",
"build": "echo No build task specified.",

@@ -14,0 +14,0 @@ "deploy": "npm run test && git push origin master && npm publish",

Sorry, the diff of this file is not supported yet

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