New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

playwright-core

Package Overview
Dependencies
Maintainers
1
Versions
4761
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playwright-core - npm Package Compare versions

Comparing version 0.11.1-next.1584693909176 to 0.11.1-next.1584726951996

5

package.json
{
"name": "playwright-core",
"version": "0.11.1-next.1584693909176",
"version": "0.11.1-next.1584726951996",
"description": "A high-level API to automate web browsers",

@@ -32,3 +32,3 @@ "repository": "github:Microsoft/playwright",

"test-infra": "node utils/doclint/check_public_api/test/test.js && node utils/doclint/preprocessor/test.js && node utils/testrunner/test/test.js",
"lint": "npm run eslint && npm run tsc && npm run doc && npm run test-infra",
"lint": "npm run eslint && npm run tsc && npm run doc && npm run test-types && npm run test-infra",
"debug-test": "node --inspect-brk test/test.js",

@@ -40,2 +40,3 @@ "clean": "rimraf lib && rimraf types",

"version": "node utils/sync_package_versions.js && npm run doc",
"test-types": "npm run generate-types && npx -p typescript@3.2 tsc -p utils/generate_types/test/tsconfig.json",
"generate-types": "node utils/generate_types/"

@@ -42,0 +43,0 @@ },

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