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

chromatic

Package Overview
Dependencies
Maintainers
4
Versions
1396
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chromatic - npm Package Compare versions

Comparing version 6.0.0-canary.6 to 6.0.0-canary.8

bin/170.main.cjs

15

package.json
{
"name": "chromatic",
"version": "6.0.0-canary.6",
"version": "6.0.0-canary.8",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",

@@ -22,5 +22,4 @@ "keywords": [

"license": "MIT",
"type": "module",
"main": "isChromatic.cjs",
"module": "isChromatic.mjs",
"module": "isChromatic.js",
"bin": {

@@ -34,3 +33,3 @@ "chroma": "bin/main.cjs",

"dist",
"isChromatic.mjs",
"isChromatic.js",
"isChromatic.cjs",

@@ -47,3 +46,3 @@ "isChromatic.d.ts"

"chromatic-verbose": "cross-env LOG_LEVEL=verbose ./bin/main.cjs",
"lint": "yarn lint:js .storybook bin-src stories ./isChromatic.mjs ./isChromatic.cjs",
"lint": "yarn lint:js .storybook bin-src stories ./isChromatic.js ./isChromatic.cjs",
"lint:js": "cross-env NODE_ENV=production eslint --fix --cache --cache-location=.cache/eslint --ext .js,.json,.mjs,.ts,.cjs --report-unused-disable-directives",

@@ -53,3 +52,3 @@ "lint:package": "sort-package-json",

"postpublish": "npm run publish-action",
"publish-action": "node scripts/publish-action.cjs",
"publish-action": "node scripts/publish-action.js",
"trim-stats": "node -r esm scripts/trim-stats-file.js",

@@ -60,4 +59,4 @@ "stats-to-story-files": "node -r esm scripts/stats-to-story-files.js",

"prepare": "husky install",
"bundle:bin": "webpack --config=webpack-bin.config.cjs && chmod +x ./bin/main.cjs",
"bundle:action": "webpack --config=webpack-action.config.cjs",
"bundle:bin": "webpack --config=webpack-bin.config.js && chmod +x ./bin/main.cjs",
"bundle:action": "webpack --config=webpack-action.config.js",
"lint-staged": "lint-staged"

@@ -64,0 +63,0 @@ },

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