Socket
Socket
Sign inDemoInstall

@intuned/playwright

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intuned/playwright - npm Package Compare versions

Comparing version 1.36.2-5 to 1.36.2-6

2

cli.js

@@ -17,2 +17,2 @@ #!/usr/bin/env node

*/
module.exports = require('playwright-core/lib/cli/cli');
module.exports = require('@intuned/playwright-core/lib/cli/cli');

@@ -17,2 +17,2 @@ /**

export * from 'playwright-core';
export * from '@intuned/playwright-core';

@@ -17,2 +17,2 @@ /**

module.exports = require('playwright-core');
module.exports = require('@intuned/playwright-core');

@@ -20,4 +20,4 @@ /**

try {
if (!require('playwright-core/lib/utils').isLikelyNpxGlobal())
install = require('playwright-core/lib/server').installDefaultBrowsersForNpmInstall;
if (!require('@intuned/playwright-core/lib/utils').isLikelyNpxGlobal())
install = require('@intuned/playwright-core/lib/server').installDefaultBrowsersForNpmInstall;
} catch (e) {

@@ -24,0 +24,0 @@ // Dev build, don't install browsers by default.

{
"name": "@intuned/playwright",
"version": "1.36.2-5",
"version": "1.36.2-6",
"description": "A high-level API to automate web browsers",

@@ -31,4 +31,4 @@ "repository": "github:Microsoft/playwright",

"dependencies": {
"@intuned/playwright-core": "1.36.2-5"
"@intuned/playwright-core": "^1.36.2-6"
}
}
}

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