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

cypress-multi-reporters

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-multi-reporters - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [1.6.0](https://github.com/you54f/cypress-multi-reporters/compare/v1.5.0...v1.6.0) (2022-04-19)
### Features
* add gh pipeline ([#161](https://github.com/you54f/cypress-multi-reporters/issues/161)) ([c66ef47](https://github.com/you54f/cypress-multi-reporters/commit/c66ef470ce7f63b888ad37ce17c2e5cb8d995f3c))
## [1.5.0](https://github.com/you54f/cypress-multi-reporters/compare/v1.4.0...v1.5.0) (2021-04-12)

@@ -7,0 +14,0 @@

29

package.json
{
"name": "cypress-multi-reporters",
"version": "1.5.0",
"version": "1.6.0",
"description": "Generate multiple mocha reports in a single mocha execution.",

@@ -13,11 +13,12 @@ "main": "index.js",

"scripts": {
"devtest": "nyc mocha --require chai/register-expect --no-coverage --timeout 5000 tests/**/*.test.js*",
"devtest": "nyc mocha --require node_modules/chai/register-expect --no-coverage --timeout 5000 tests/**/*.test.js*",
"lint": "eslint .",
"test": "nyc mocha --require chai/register-expect --timeout 5000 tests/**/*.test.js*",
"test": "nyc mocha --require node_modules/chai/register-expect --timeout 5000 tests/**/*.test.js*",
"deploy:prepare": "./scripts/create_npmrc_file.sh",
"release": "standard-version --release-as 1.5.0"
"release": "standard-version --release-as 1.6.1",
"release:trigger": "./scripts/trigger-release.sh"
},
"author": "Stanley Ng <stanleyhlng77-dev@yahoo.com.hk",
"contributors": [
"Yousaf Nabi <yousafn@gmail.com",
"Yousaf Nabi <yousafn@gmail.com>",
"Brett Zamir"

@@ -40,14 +41,14 @@ ],

"devDependencies": {
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"chai": "4.3.4",
"coveralls": "3.1.0",
"eslint": "7.24.0",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"chai": "4.3.6",
"coveralls": "3.1.1",
"eslint": "7.32.0",
"eslint-config-defaults": "9.0.0",
"husky": "4.3.8",
"mocha": "7.2.0",
"husky": "6.0.0",
"mocha": "8.4.0",
"mocha-lcov-reporter": "1.3.0",
"nyc": "15.1.0",
"sinon": "9.2.4",
"standard-version": "8.0.2"
"sinon": "13.0.1",
"standard-version": "9.3.2"
},

@@ -54,0 +55,0 @@ "peerDependencies": {

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