🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@testring/types

Package Overview
Dependencies
Maintainers
1
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testring/types - npm Package Compare versions

Comparing version
0.6.7
to
0.6.8
+1
-0
dist/browser-proxy/enums.js

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

BrowserProxyActions["getCdpCoverageFile"] = "getCdpCoverageFile";
BrowserProxyActions["emulateDevice"] = "emulateDevice";
})(BrowserProxyActions = exports.BrowserProxyActions || (exports.BrowserProxyActions = {}));
+1
-1
{
"name": "@testring/types",
"version": "0.6.7",
"version": "0.6.8",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "types": "./src/index.ts",

@@ -77,3 +77,4 @@ export const enum BrowserProxyMessageTypes {

getMockData = 'getMockData',
getCdpCoverageFile = 'getCdpCoverageFile'
getCdpCoverageFile = 'getCdpCoverageFile',
emulateDevice = 'emulateDevice',
}