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

@microflash/preset

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microflash/preset - npm Package Compare versions

Comparing version

to
5.0.4

47

CHANGELOG.md

@@ -8,2 +8,12 @@ # Changelog

## [5.0.4] - 2025-01-05
### Changed
- Use a less opinionated PostCSS configuration
### Fixed
- `font-feature-settings` for headings, `td`, `math`, and `time` elements
## [5.0.3] - 2024-12-21

@@ -174,19 +184,20 @@

[5.0.3]: https://github.com/Microflash/rehype-starry-night/compare/5.0.2...5.0.3
[5.0.2]: https://github.com/Microflash/rehype-starry-night/compare/5.0.1...5.0.2
[5.0.1]: https://github.com/Microflash/rehype-starry-night/compare/5.0.0...5.0.1
[5.0.0]: https://github.com/Microflash/rehype-starry-night/compare/4.1.0...5.0.0
[4.1.0]: https://github.com/Microflash/rehype-starry-night/compare/4.0.3...4.1.0
[4.0.3]: https://github.com/Microflash/rehype-starry-night/compare/4.0.2...4.0.3
[4.0.2]: https://github.com/Microflash/rehype-starry-night/compare/4.0.1...4.0.2
[4.0.1]: https://github.com/Microflash/rehype-starry-night/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/Microflash/rehype-starry-night/compare/3.1.0...4.0.0
[3.1.0]: https://github.com/Microflash/rehype-starry-night/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/Microflash/rehype-starry-night/compare/2.0.0...3.0.0
[2.0.0]: https://github.com/Microflash/rehype-starry-night/compare/1.5.1...2.0.0
[1.5.1]: https://github.com/Microflash/rehype-starry-night/compare/1.5.0...1.5.1
[1.5.0]: https://github.com/Microflash/rehype-starry-night/compare/1.0.3...1.5.0
[1.0.3]: https://github.com/Microflash/rehype-starry-night/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/Microflash/rehype-starry-night/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/Microflash/rehype-starry-night/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/Microflash/rehype-starry-night/releases/tag/1.0.0
[5.0.4]: https://github.com/Microflash/preset/compare/5.0.3...5.0.4
[5.0.3]: https://github.com/Microflash/preset/compare/5.0.2...5.0.3
[5.0.2]: https://github.com/Microflash/preset/compare/5.0.1...5.0.2
[5.0.1]: https://github.com/Microflash/preset/compare/5.0.0...5.0.1
[5.0.0]: https://github.com/Microflash/preset/compare/4.1.0...5.0.0
[4.1.0]: https://github.com/Microflash/preset/compare/4.0.3...4.1.0
[4.0.3]: https://github.com/Microflash/preset/compare/4.0.2...4.0.3
[4.0.2]: https://github.com/Microflash/preset/compare/4.0.1...4.0.2
[4.0.1]: https://github.com/Microflash/preset/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/Microflash/preset/compare/3.1.0...4.0.0
[3.1.0]: https://github.com/Microflash/preset/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/Microflash/preset/compare/2.0.0...3.0.0
[2.0.0]: https://github.com/Microflash/preset/compare/1.5.1...2.0.0
[1.5.1]: https://github.com/Microflash/preset/compare/1.5.0...1.5.1
[1.5.0]: https://github.com/Microflash/preset/compare/1.0.3...1.5.0
[1.0.3]: https://github.com/Microflash/preset/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/Microflash/preset/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/Microflash/preset/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/Microflash/preset/releases/tag/1.0.0
{
"name": "@microflash/preset",
"version": "5.0.3",
"version": "5.0.4",
"description": "A modern CSS preset",

@@ -26,4 +26,4 @@ "type": "module",

"postcss-cli": "^11.0.0",
"postcss-preset-env": "^10.1.2",
"sass": "^1.83.0"
"postcss-preset-env": "^10.1.3",
"sass": "^1.83.1"
},

@@ -30,0 +30,0 @@ "browserslist": [

@@ -8,9 +8,4 @@ import postcssPresetEnv from "postcss-preset-env";

postcssPresetEnv({
stage: 2,
preserve: true,
features: {
"focus-visible-pseudo-class": true,
"focus-within-pseudo-class": true,
"logical-properties-and-values": true,
"logical-resize": true
}
}),

@@ -17,0 +12,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