Socket
Socket
Sign inDemoInstall

postcss-logical

Package Overview
Dependencies
4
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.3 to 5.0.4

4

CHANGELOG.md
# Changes to PostCSS Logical Properties
### 5.0.4 (February 5, 2022)
- Improved `es module` and `commonjs` compatibility
### 5.0.3 (January 12, 2022)

@@ -4,0 +8,0 @@

{
"name": "postcss-logical",
"version": "5.0.3",
"version": "5.0.4",
"description": "Use logical properties and values in CSS",

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

"module": "dist/index.mjs",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"default": "./dist/index.mjs"
}
},
"files": [

@@ -35,3 +42,3 @@ "CHANGELOG.md",

"peerDependencies": {
"postcss": "^8.3"
"postcss": "^8.4"
},

@@ -38,0 +45,0 @@ "keywords": [

7

README.md

@@ -6,3 +6,3 @@ # PostCSS Logical Properties and Values [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][postcss]

[![Build Status][cli-img]][cli-url]
[![Support Chat][git-img]][git-url]
[<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]

@@ -199,8 +199,7 @@ [PostCSS Logical Properties and Values] lets you use logical, rather than

[css-img]: https://cssdb.org/badge/logical-properties-and-values.svg
[css-img]: https://cssdb.org/images/badges/logical-properties-and-values.svg
[css-url]: https://cssdb.org/#logical-properties-and-values
[cli-img]: https://github.com/csstools/postcss-plugins/workflows/test/badge.svg
[cli-url]: https://github.com/csstools/postcss-plugins/actions/workflows/test.yml?query=workflow/test
[git-img]: https://img.shields.io/badge/support-chat-blue.svg
[git-url]: https://gitter.im/postcss/postcss
[discord]: https://discord.gg/bUadyRwkJS
[npm-img]: https://img.shields.io/npm/v/postcss-logical.svg

@@ -207,0 +206,0 @@ [npm-url]: https://www.npmjs.com/package/postcss-logical

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc