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

@pixeleye/cli-devices

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixeleye/cli-devices - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

2

dist/devices.d.ts

@@ -1,2 +0,2 @@

import { devices as playwrightDevices } from "playwright";
import { devices as playwrightDevices } from "playwright-core";
type PlaywrightDeviceDescriptor = (typeof playwrightDevices)["Desktop Chrome"];

@@ -3,0 +3,0 @@ export type DeviceName = keyof typeof playwrightDevices;

@@ -29,3 +29,3 @@ "use strict";

// src/devices.ts
var import_playwright = require("playwright");
var import_playwright_core = require("playwright-core");
var icons = {

@@ -44,7 +44,7 @@ chromium: "chrome",

var devices = Object.keys(
import_playwright.devices
import_playwright_core.devices
).reduce(
(acc, name) => {
acc[name] = {
...import_playwright.devices[name],
...import_playwright_core.devices[name],
name

@@ -51,0 +51,0 @@ };

{
"name": "@pixeleye/cli-devices",
"version": "0.0.2",
"version": "0.1.0",
"private": false,

@@ -20,3 +20,3 @@ "license": "AGPL-3.0",

"dependencies": {
"playwright": "^1.41.2"
"playwright-core": "^1.41.2"
},

@@ -23,0 +23,0 @@ "scripts": {

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