Socket
Socket
Sign inDemoInstall

electron-playwright-helpers

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-playwright-helpers - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

4

dist/find_parse_builds.js

@@ -55,5 +55,3 @@ "use strict";

// directory where the builds are stored
const outDir = buildDirectory.startsWith('/')
? buildDirectory
: path_1.default.join(rootDir, buildDirectory);
const outDir = path_1.default.resolve(rootDir, buildDirectory);
// list of files in the out directory

@@ -60,0 +58,0 @@ const builds = fs_1.default.readdirSync(outDir);

{
"name": "electron-playwright-helpers",
"version": "1.5.1",
"version": "1.5.2",
"description": "Helper functions for Electron end-to-end testing using Playwright",

@@ -13,2 +13,3 @@ "main": "./dist/index.js",

"scripts": {
"build": "npm run build:compile && npm run build:doc",
"build:compile": "rm -rf dist; tsc",

@@ -15,0 +16,0 @@ "build:doc": "npx jsdoc2md --template ./readme-template.hbs.md --files ./src/*.ts --configure ./jsdoc2md.json > ./README.md",

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