Socket
Socket
Sign inDemoInstall

postcss-double-position-gradients

Package Overview
Dependencies
8
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 3.0.0

.editorconfig

5

CHANGELOG.md
# Changes to PostCSS Double Position Gradients
### 3.0.0 (September 17, 2021)
- Updated: Support for PostCS 8+ (major).
- Updated: Support for Node 12+ (major).
### 2.0.0 (April 25, 2020)

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

67

package.json
{
"name": "postcss-double-position-gradients",
"version": "2.0.0",
"version": "3.0.0",
"description": "Use double-position gradients in CSS",

@@ -10,44 +10,24 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"bugs": "https://github.com/csstools/postcss-double-position-gradients/issues",
"main": "dist/index.js",
"module": "dist/index.mjs",
"files": [
"dist"
],
"main": "index.js",
"scripts": {
"build": "npx rollup -c .rollup.js",
"build:watch": "npx rollup -c .rollup.js --watch",
"lint": "npx eslint --cache src",
"lint:fix": "npx eslint --cache --fix",
"pretest": "npm install && npm run build",
"prepublishOnly": "npm test",
"lint": "eslint *.js --cache",
"lint:fix": "eslint *.js --cache --fix",
"test": "npm run lint && npm run tape",
"tape": "npx postcss-tape",
"prepublishOnly": "npm test"
"tape": "postcss-tape"
},
"engines": {
"node": ">=10.0.0"
"node": ">=12"
},
"dependencies": {
"postcss": "^7.0.27",
"postcss-values-parser": "^3.2.1"
"postcss-values-parser": "6.0.0"
},
"peerDependencies": {
"postcss": "^8.3"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"postcss-tape": "^5.0.2",
"pre-commit": "^1.2.2",
"rollup": "^2.7.2",
"rollup-plugin-babel": "^4.4.0"
"eslint": "7.32.0",
"postcss": "8.3.6",
"postcss-tape": "6.0.1"
},
"babel": {
"presets": [
[
"@babel/env",
{
"targets": "maintained node versions"
}
]
]
},
"eslintConfig": {

@@ -58,21 +38,4 @@ "env": {

},
"extends": "eslint:recommended",
"parser": "babel-eslint"
"extends": "eslint:recommended"
},
"rollup": {
"input": "src/index.js",
"plugins": [
"rollup-plugin-babel"
],
"output": [
{
"file": "dist/index.js",
"format": "cjs"
},
{
"file": "dist/index.mjs",
"format": "esm"
}
]
},
"keywords": [

@@ -79,0 +42,0 @@ "postcss",

@@ -5,3 +5,3 @@ # PostCSS Double Position Gradients [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS" width="90" height="90" align="right">][postcss]

[<img alt="CSS Standard Status" src="https://cssdb.org/badge/double-position-gradients.svg" height="20">][css-url]
[<img alt="Build Status" src="https://img.shields.io/travis/csstools/postcss-double-position-gradients/master.svg" height="20">][cli-url]
[<img alt="Build Status" src="https://github.com/csstools/postcss-double-position-gradients/workflows/test/badge.svg" height="20">][cli-url]
[<img alt="Support Chat" src="https://img.shields.io/badge/support-chat-blue.svg" height="20">][git-url]

@@ -98,3 +98,3 @@

[css-url]: https://cssdb.org/#double-position-gradients
[cli-url]: https://travis-ci.org/csstools/postcss-double-position-gradients
[cli-url]: https://github.com/csstools/postcss-double-position-gradients/actions/workflows/test.yml?query=workflow/test
[git-url]: https://gitter.im/postcss/postcss

@@ -101,0 +101,0 @@ [npm-url]: https://www.npmjs.com/package/postcss-double-position-gradients

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