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

@testdeck/mocha

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testdeck/mocha - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

51

package.json
{
"name": "@testdeck/mocha",
"version": "0.3.2",
"version": "0.3.3",
"description": "Object oriented testing for the Mocha test framework",

@@ -34,28 +34,31 @@ "keywords": [

"scripts": {
"prepare": "tsc",
"pretest": "tsc",
"test": "nyc mocha dist/test.js && tslint --project .",
"tslint": "tslint --project .",
"tslint-fix": "tslint --project . --fix"
"build": "tsc",
"clean": "npx rimraf .nyc_output coverage dist || true",
"clean-all": "npm run clean && npx rimraf node_modules || true",
"pretest": "npm run clean & npm run lint && npm run build",
"test": "nyc mocha",
"lint": "eslint .",
"lint-fix": "eslint --fix ."
},
"dependencies": {
"@testdeck/core": "^0.3.2"
"@testdeck/core": "^0.3.3"
},
"nyc": {
"check-coverage": true,
"lines": 80,
"statements": 80,
"functions": 80,
"branches": 80,
"include": [
"dist/index.js"
],
"reporter": [
"lcov",
"text-summary"
],
"all": true
},
"devDependencies": {
"@types/mocha": "latest"
"@istanbuljs/nyc-config-typescript": "latest",
"@types/chai": "latest",
"@types/chai-as-promised": "latest",
"@types/mocha": "latest",
"@types/node": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"chai": "latest",
"chai-as-promised": "latest",
"eslint": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-prefer-arrow": "latest",
"mocha": "latest",
"nyc": "latest",
"ts-node": "latest",
"typescript": "latest"
},

@@ -74,3 +77,3 @@ "files": [

},
"gitHead": "120bcc146b6ddafed21fed3a334a0c2b9f793c87"
"gitHead": "cda3ea4288755d44ed0dfcd1a1b0c2d4bac2461b"
}

@@ -0,10 +1,11 @@

[![Get it on NPM](https://img.shields.io/npm/v/@testdeck/mocha.svg)](https://www.npmjs.com/package/@testdeck/mocha)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Build Status](https://github.com/testdeck/testdeck/actions/workflows/ci.yml/badge.svg)](https://github.com/testdeck/testdeck/actions/workflows/ci.yml)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=testdeck_mocha&metric=coverage)](https://sonarcloud.io/summary/new_code?id=testdeck_mocha)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=testdeck_mocha&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=testdeck_mocha)
[![Issues](https://img.shields.io/github/issues/testdeck/testdeck/@testdeck/mocha)](https://github.com/testdeck/testdeck/issues)
[![Pull Requests](https://img.shields.io/github/issues-pr/testdeck/testdeck/@testdeck/mocha)](https://github.com/testdeck/testdeck/pulls)
## @testdeck/mocha
[![Get it on NPM](https://img.shields.io/npm/v/@testdeck/mocha.svg)](https://www.npmjs.com/package/@testdeck/mocha)
[![Downloads per Week](https://img.shields.io/npm/dw/@testdeck/mocha.svg)](https://www.npmjs.com/package/@testdeck/mocha)
[![Issues](https://img.shields.io/github/issues/testdeck/testdeck.svg)](https://github.com/testdeck/testdeck/issues)
[![Pull Requests](https://img.shields.io/github/issues-pr/testdeck/testdeck.svg)](https://github.com/testdeck/testdeck/pulls)
[![Build Status](https://github.com/testdeck/testdeck/actions/workflows/main.yml/badge.svg)](https://github.com/testdeck/testdeck/actions/workflows/main.yml)
![Apache 2.0 License](https://img.shields.io/npm/l/@testdeck/mocha.svg)
Mocha tests in OOP style!

@@ -37,3 +38,3 @@

- [@testdeck/jasmine](https://npmjs.com/package/@testdeck/jasmine)
- [@testdeck/jest](https://npmjs.com/package/@testdeck/jest)
- [@testdeck/mocha](https://npmjs.com/package/@testdeck/mocha)
- [@testdeck/vitest](https://npmjs.com/package/@testdeck/vitest)

@@ -40,0 +41,0 @@

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