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

playwright-msw

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playwright-msw - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0-rc.0

lib/fixture.d.ts

14

CHANGELOG.md
# Changelog
<!-- MONODEPLOY:BELOW -->
## [0.1.0](https://github.com/valendres/playwright-msw/compare/playwright-msw@0.0.9...playwright-msw@0.1.0) "playwright-msw" (2022-04-02)<a name="0.1.0"></a>
### Bug Fixes
- type checking issue ([f34a9aa](https://github.com/valendres/playwright-msw/commits/f34a9aa))
- test timeout issue ([f34a9aa](https://github.com/valendres/playwright-msw/commits/f34a9aa))
- git hooks ([f34a9aa](https://github.com/valendres/playwright-msw/commits/f34a9aa))
### Features
- remove express as a dependency ([d164383](https://github.com/valendres/playwright-msw/commits/d164383))
- make integration easier ([d164383](https://github.com/valendres/playwright-msw/commits/d164383))
- simplify implementation (#4) ([d164383](https://github.com/valendres/playwright-msw/commits/d164383))

5

package.json
{
"name": "playwright-msw",
"version": "0.1.0",
"version": "0.2.0-rc.0",
"description": "A Mock Service Worker API for Playwright.",

@@ -24,4 +24,3 @@ "main": "lib/index.js",

"clean": "rimraf lib",
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags",
"prepare": "yarn clean && yarn build"
"prepack": "yarn clean && yarn build"
},

@@ -28,0 +27,0 @@ "dependencies": {

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