Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@recordreplay/playwright-config

Package Overview
Dependencies
Maintainers
7
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@recordreplay/playwright-config - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

index.d.ts

@@ -7,2 +7,5 @@ declare type BrowserName = 'chromium' | 'firefox' | 'webkit';

executablePath: string | undefined;
env: {
RECORD_ALL_CONTENT: number;
};
};

@@ -14,2 +17,5 @@ defaultBrowserType: BrowserName;

executablePath: string | undefined;
env: {
RECORD_ALL_CONTENT: number;
};
};

@@ -16,0 +22,0 @@ defaultBrowserType: BrowserName;

3

index.js

@@ -42,2 +42,5 @@ "use strict";

executablePath,
env: {
RECORD_ALL_CONTENT: 1
},
},

@@ -44,0 +47,0 @@ defaultBrowserType: browserName,

4

package.json
{
"name": "@recordreplay/playwright-config",
"version": "0.1.0",
"version": "0.1.1",
"description": "Configuration utilities for using the Replay browsers with playwright",
"main": "index.js",
"private": false,
"scripts": {
"build": "tsc && cp package.json dist/",
"publish": "npm run build && cd dist && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -11,0 +9,0 @@ },

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