Socket
Socket
Sign inDemoInstall

mocha-headless-chrome

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-headless-chrome - npm Package Compare versions

Comparing version 3.1.0 to 4.0.0

4

CHANGELOG.md

@@ -8,2 +8,6 @@ # Changelog

## 4.0.0
- PR [#61](https://github.com/direct-adv-interfaces/mocha-headless-chrome/pull/61): Update [puppeteer](https://www.npmjs.com/package/puppeteer) package to 13.1.3 version. Node.js 10 is no longer supported.
## 3.1.0 - 2020-06-17

@@ -10,0 +14,0 @@

10

package.json
{
"name": "mocha-headless-chrome",
"version": "3.1.0",
"version": "4.0.0",
"description": "Run client-side mocha tests in the command line through headless Chrome",

@@ -9,3 +9,3 @@ "main": "./lib/runner.js",

"engines": {
"node": ">=10.18.1"
"node": ">=14.0.0"
},

@@ -37,9 +37,9 @@ "scripts": {

"mkdirp": "^1.0.4",
"puppeteer": "^4.0.0"
"puppeteer": "^13.1.3"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.1.2",
"chai": "^4.3.6",
"mocha": "^9.2.0",
"mocha-teamcity-reporter": "^3.0.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