Socket
Socket
Sign inDemoInstall

postcss-double-position-gradients

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-double-position-gradients - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

4

CHANGELOG.md
# Changes to PostCSS Double Position Gradients
### 3.0.5 (February 5, 2022)
- Improved `es module` and `commonjs` compatibility
### 3.0.4 (January 2, 2022)

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

{
"name": "postcss-double-position-gradients",
"version": "3.0.4",
"version": "3.0.5",
"description": "Use double-position gradients 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": [

@@ -38,3 +45,3 @@ "CHANGELOG.md",

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

@@ -41,0 +48,0 @@ "keywords": [

6

README.md
# PostCSS Double Position Gradients [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS" width="90" height="90" align="right">][postcss]
[<img alt="NPM Version" src="https://img.shields.io/npm/v/postcss-double-position-gradients.svg" height="20">][npm-url]
[<img alt="CSS Standard Status" src="https://cssdb.org/badge/double-position-gradients.svg" height="20">][css-url]
[<img alt="Support Chat" src="https://img.shields.io/badge/support-chat-blue.svg" height="20">][git-url]
[<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/double-position-gradients.svg" height="20">][css-url]
[<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]

@@ -96,3 +96,3 @@ [PostCSS Double Position Gradients] lets you use double-position gradients in

[css-url]: https://cssdb.org/#double-position-gradients
[git-url]: https://gitter.im/postcss/postcss
[discord]: https://discord.gg/bUadyRwkJS
[npm-url]: https://www.npmjs.com/package/postcss-double-position-gradients

@@ -99,0 +99,0 @@

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