Socket
Socket
Sign inDemoInstall

@rpii/wdio-report-events

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

30

package.json
{
"name": "@rpii/wdio-report-events",
"version": "0.1.3",
"version": "0.1.4",
"description": "Abstracts the event driven messaging to pass screenshots and log data to webdriverio reports",

@@ -11,8 +11,3 @@ "main": "lib/wdio-report-events",

"test": "ts-mocha tests/**/*.test.ts",
"test2": "mocha -r ts-node/register tests/*.test.ts",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json --project",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint"
"test2": "mocha -r ts-node/register tests/*.test.ts"
},

@@ -36,15 +31,12 @@ "repository": {

"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.7",
"chai": "^4.2.0",
"mocha": "^7.0.0",
"prettier": "1.19.1",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.31",
"@types/chai": "^4.2.21",
"chai": "^4.3.4",
"mocha": "^9.0.3",
"rimraf": "^3.0.2",
"ts-mocha": "6.0.0",
"ts-node": "^8.8.1",
"tsconfig-paths": "3.9.0",
"tslint": "6.1.0",
"tslint-config-prettier": "1.18.0",
"typescript": "^3.8.3"
"ts-mocha": "^8.0.0",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.3.2"
},

@@ -51,0 +43,0 @@ "mocha": {

@@ -18,4 +18,3 @@ {

"node",
"chai",
"mocha"
"chai"
],

@@ -22,0 +21,0 @@ "include": ["src"],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc