🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@substrate-system/tapout

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@substrate-system/tapout - npm Package Compare versions

Comparing version
0.0.34
to
0.0.35
+3
-3
package.json
{
"name": "@substrate-system/tapout",
"version": "0.0.34",
"version": "0.0.35",
"description": "Run tests in a browser from the command line.",

@@ -37,7 +37,7 @@ "type": "module",

"changelog": "auto-changelog -p --template keepachangelog --breaking-pattern 'BREAKING CHANGE:'",
"install-browsers": "playwright install msedge --with-deps",
"preversion": "npm run lint",
"version": "npm run toc && npm run changelog && git add CHANGELOG.md README.md",
"postversion": "git push --follow-tags && npm publish",
"prepublishOnly": "npm run build",
"postinstall": "playwright install msedge --with-deps"
"prepublishOnly": "npm run build"
},

@@ -44,0 +44,0 @@ "dependencies": {

@@ -20,2 +20,3 @@ # tapout

- [Install](#install)
* [Install Playwright Dependencies](#install-playwright-dependencies)
- [Use](#use)

@@ -80,2 +81,12 @@ * [`window.testsFinished`](#windowtestsfinished)

### Install Playwright Dependencies
After installing this, you will need to install dependencies for Playwright
also.
```sh
npx playwright install msedge --with-deps
```
## Use

@@ -82,0 +93,0 @@