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

playwrigth-ws-inspector

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playwrigth-ws-inspector - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

dist/fixtures.js

@@ -15,3 +15,2 @@ "use strict";

var _a;
console.log(`intercepted recv: ${frame.payload}`);
const data = (0, lodash_1.isString)(frame.payload) ? JSON.parse(frame.payload) : frame.payload;

@@ -23,3 +22,2 @@ (_a = page.__wsInspectorTraffic) === null || _a === void 0 ? void 0 : _a.push({ type: 'recv', data });

var _a;
console.log(`intercepted send: ${frame.payload}`);
const data = (0, lodash_1.isString)(frame.payload) ? JSON.parse(frame.payload) : frame.payload;

@@ -26,0 +24,0 @@ (_a = page.__wsInspectorTraffic) === null || _a === void 0 ? void 0 : _a.push({ type: 'send', data });

2

package.json
{
"name": "playwrigth-ws-inspector",
"version": "0.0.4",
"version": "0.0.5",
"description": "A playwright extension to inspect and validate websocket traffic ",

@@ -5,0 +5,0 @@ "repository": {

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