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

postcss-color-scheme

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-color-scheme - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

types/postcss.d.ts

10

CHANGELOG.md
# Changelog
## 1.0.1
### Patch Changes
- [`c43b80b`](https://github.com/vnphanquang/postcss-color-scheme/commit/c43b80be966b531642e13413512bf1ffd7722a59) Thanks [@vnphanquang](https://github.com/vnphanquang)! - export default postcss plugin
- [`513e561`](https://github.com/vnphanquang/postcss-color-scheme/commit/513e561bd1122dd2b184e3b2428e176e675aa559) Thanks [@vnphanquang](https://github.com/vnphanquang)! - include generated types in published package
- [`912c72c`](https://github.com/vnphanquang/postcss-color-scheme/commit/912c72cbfb1db39ec878066502ddc28c2e00cbb3) Thanks [@vnphanquang](https://github.com/vnphanquang)! - add "require" and "svelte" fields to exports in package.json
## 1.0.0

@@ -4,0 +14,0 @@

2

lib/postcss.js

@@ -131,2 +131,2 @@ /** @typedef {{ global?: boolean }} ColorSchemeTransformConfig */

module.exports = pluginCreator;
export default pluginCreator;
{
"name": "postcss-color-scheme",
"version": "1.0.0",
"version": "1.0.1",
"description": "postcss plugin for handling prefers-color-scheme",

@@ -11,2 +11,3 @@ "type": "module",

"import": "./lib/postcss.js",
"require": "./lib/postcss.js",
"types": "./types/postcss.d.ts"

@@ -16,2 +17,3 @@ },

"import": "./lib/postcss.js",
"require": "./lib/postcss.js",
"types": "./types/postcss.d.ts"

@@ -21,2 +23,3 @@ },

"import": "./lib/tailwind.js",
"require": "./lib/tailwind.js",
"types": "./types/tailwind.d.ts"

@@ -39,2 +42,3 @@ }

"lib/tailwind.js",
"types",
"CHANGELOG.md",

@@ -91,6 +95,6 @@ "README.md",

"ci:test": "vitest run --coverage",
"ci:version": "changeset version && pnpm install",
"ci:publish": "changeset publish",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"ci:publish": "changeset publish && pnpm install",
"format": "prettier --plugin-search-dir . --write ."
}
}
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