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

@wdio/json-reporter

Package Overview
Dependencies
Maintainers
0
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/json-reporter - npm Package Compare versions

Comparing version 9.0.0-alpha.115 to 9.0.0-alpha.321

build/mergeResults.cjs

2

build/types.d.ts

@@ -11,3 +11,3 @@ import type { Capabilities } from '@wdio/types';

end?: Date;
capabilities: Capabilities.RemoteCapability;
capabilities: Capabilities.ResolvedTestrunnerCapabilities;
framework?: string;

@@ -14,0 +14,0 @@ mochaOpts?: WebdriverIO.MochaOpts;

{
"name": "@wdio/json-reporter",
"version": "9.0.0-alpha.115+8196c4ccb",
"version": "9.0.0-alpha.321+63953a607",
"description": "A WebdriverIO plugin to report results in json format.",

@@ -30,3 +30,3 @@ "author": "Christian Bromann <mail@bromann.dev>",

"import": "./build/mergeResults.js",
"require": "./build/cjs/mergeResults.js"
"require": "./build/mergeResults.cjs"
},

@@ -39,4 +39,4 @@ ".": "./build/index.js",

"dependencies": {
"@wdio/reporter": "9.0.0-alpha.115+8196c4ccb",
"@wdio/types": "9.0.0-alpha.115+8196c4ccb"
"@wdio/reporter": "9.0.0-alpha.321+63953a607",
"@wdio/types": "9.0.0-alpha.321+63953a607"
},

@@ -46,3 +46,3 @@ "publishConfig": {

},
"gitHead": "8196c4ccb4f66e217e161804ef549f18b60dccb3"
"gitHead": "63953a6079023cb390a113fe5ce1c1b01b8e4bb6"
}

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