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

css-prefers-color-scheme

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-prefers-color-scheme - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

dist/cli.cjs

5

CHANGELOG.md
# Changes to Prefers Color Scheme
### 6.0.2 (January 2, 2022)
- Removed Sourcemaps from package tarball.
- Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
### 6.0.1 (December 27, 2021)

@@ -4,0 +9,0 @@

8

package.json
{
"name": "css-prefers-color-scheme",
"version": "6.0.1",
"version": "6.0.2",
"description": "Use light and dark color schemes in all browsers",

@@ -28,3 +28,2 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"CHANGELOG.md",
"INSTALL.md",
"LICENSE.md",

@@ -37,3 +36,3 @@ "README.md",

"bin": {
"css-prefers-color-scheme": "dist/cli.mjs"
"css-prefers-color-scheme": "dist/cli.cjs"
},

@@ -47,3 +46,4 @@ "scripts": {

"stryker": "stryker run --logLevel error",
"test": "postcss-tape --ci"
"test": "postcss-tape --ci && npm run test:exports",
"test:exports": "node ./test/_import.mjs && node ./test/_require.cjs"
},

@@ -50,0 +50,0 @@ "engines": {

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