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

@pixeleye/cli-config

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

@pixeleye/cli-config - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

dist/index.js

@@ -23,2 +23,3 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {

},
boothConcurrency: 4,
maskColor: "#FF00FF",

@@ -146,2 +147,3 @@ css: void 0,

maskColor: envFn("PIXELEYE_MASK_COLOR"),
boothConcurrency: Number(envFn("PIXELEYE_BOOTH_CONCURRENCY") || "4") || 4,
storybookOptions: JSON.parse(

@@ -148,0 +150,0 @@ envFn("PIXELEYE_STORYBOOK_OPTIONS") || "{}"

@@ -115,2 +115,8 @@ import { DeviceDescriptor } from "@pixeleye/cli-devices";

/**
* Defines how many browser pages we run at the same time.
* This can be useful if you have a more powerful machine and want to speed up the process.
* @default 6
*/
boothConcurrency?: number;
/**
* Storybook specific options.

@@ -117,0 +123,0 @@ */

4

package.json
{
"name": "@pixeleye/cli-config",
"version": "0.6.0",
"version": "0.6.1",
"private": false,

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

"rimraf": "^5.0.5",
"@pixeleye/eslint-config": "0.0.0",
"@pixeleye/esbuild": "0.0.0",
"@pixeleye/eslint-config": "0.0.0",
"@pixeleye/tsconfig": "0.0.0"

@@ -24,0 +24,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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