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

mocha-play

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-play - npm Package Compare versions

Comparing version 6.0.2 to 7.0.0

2

dist/hook-page-console.d.ts

@@ -1,2 +0,2 @@

import type playwright from 'playwright-core';
import type playwright from 'playwright';
/**

@@ -3,0 +3,0 @@ * Hooks the console of a `playwright.Page` to Node's console,

@@ -1,2 +0,2 @@

import playwright from 'playwright-core';
import playwright from 'playwright';
import webpack from 'webpack';

@@ -3,0 +3,0 @@ export interface IRunTestsOptions {

import { createRequire } from 'module';
import path from 'path';
import express from 'express';
import playwright from 'playwright-core';
import playwright from 'playwright';
import webpack from 'webpack';

@@ -6,0 +6,0 @@ import webpackDevMiddleware from 'webpack-dev-middleware';

{
"name": "mocha-play",
"description": "Run mocha tests in chromium, using webpack and playwright.",
"version": "6.0.2",
"version": "7.0.0",
"type": "module",

@@ -25,2 +25,3 @@ "exports": {

"mocha": ">=7",
"playwright": ">=1.39.0",
"webpack": "^5.0.0"

@@ -35,3 +36,2 @@ },

"html-webpack-plugin": "^5.5.3",
"playwright-core": "^1.38.0",
"webpack-dev-middleware": "^6.1.1"

@@ -42,12 +42,13 @@ },

"@ts-tools/webpack-loader": "^5.0.2",
"@types/chai": "^4.3.8",
"@types/express": "^4.17.19",
"@types/mocha": "^10.0.2",
"@types/node": "16",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@types/chai": "^4.3.9",
"@types/express": "^4.17.20",
"@types/mocha": "^10.0.3",
"@types/node": "18",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"chai": "^4.3.10",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"mocha": "^10.2.0",
"playwright": "^1.39.0",
"prettier": "^3.0.3",

@@ -71,3 +72,3 @@ "rimraf": "^5.0.5",

"engines": {
"node": ">=16"
"node": ">=18"
},

@@ -74,0 +75,0 @@ "license": "MIT",

@@ -8,3 +8,3 @@ /* eslint-disable @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-assignment */

import type webpack from 'webpack';
import type playwright from 'playwright-core';
import type playwright from 'playwright';
import { findUpSync } from 'find-up';

@@ -11,0 +11,0 @@ import { runTests } from './run-tests.js';

@@ -1,2 +0,2 @@

import type playwright from 'playwright-core';
import type playwright from 'playwright';

@@ -3,0 +3,0 @@ /**

import { createRequire } from 'module';
import path from 'path';
import express from 'express';
import playwright from 'playwright-core';
import playwright from 'playwright';
import webpack from 'webpack';

@@ -6,0 +6,0 @@ import webpackDevMiddleware from 'webpack-dev-middleware';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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