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

@vscode/test-web

Package Overview
Dependencies
Maintainers
15
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vscode/test-web - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

out/index.js

@@ -85,3 +85,3 @@ #!/usr/bin/env node

if (options.waitForDebugger) {
await page.waitForFunction(() => '__jsDebugReady' in globalThis);
await page.waitForFunction(() => '__jsDebugIsReady' in globalThis);
}

@@ -88,0 +88,0 @@ await page.setViewportSize({ width, height });

{
"name": "@vscode/test-web",
"version": "0.0.7",
"version": "0.0.8",
"scripts": {

@@ -5,0 +5,0 @@ "compile": "tsc -p ./",

@@ -71,3 +71,3 @@ # @vscode/test-web

- run `yarn sample-test` to launch VS Code Browser running the extension tests of the `sample` extension bundled in this repo.
- run `yarn sample-tests` to launch VS Code Browser running the extension tests of the `sample` extension bundled in this repo.

@@ -74,0 +74,0 @@

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