Socket
Socket
Sign inDemoInstall

postcss-double-position-gradients

Package Overview
Dependencies
9
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 2.0.0

dist/index.js

6

CHANGELOG.md
# Changes to PostCSS Double Position Gradients
### 2.0.0 (April 25, 2020)
- Updated: `postcss` to 7.0.27 (patch)
- Updated: `postcss-value-parser` to 3.2.1 (major)
- Updated: Support for Node 10+ (major)
### 1.0.0 (October 28, 2018)
- Initial version

84

package.json
{
"name": "postcss-double-position-gradients",
"version": "1.0.0",
"version": "2.0.0",
"description": "Use double-position gradients in CSS",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"license": "CC0-1.0",
"repository": "jonathantneal/postcss-double-position-gradients",
"homepage": "https://github.com/jonathantneal/postcss-double-position-gradients#readme",
"bugs": "https://github.com/jonathantneal/postcss-double-position-gradients/issues",
"main": "index.cjs.js",
"module": "index.es.mjs",
"repository": "csstools/postcss-double-position-gradients",
"homepage": "https://github.com/csstools/postcss-double-position-gradients#readme",
"bugs": "https://github.com/csstools/postcss-double-position-gradients/issues",
"main": "dist/index.js",
"module": "dist/index.mjs",
"files": [
"index.cjs.js",
"index.cjs.js.map",
"index.es.mjs",
"index.es.mjs.map"
"dist"
],
"scripts": {
"prepublishOnly": "npm test",
"pretest": "rollup -c .rollup.js --silent",
"test": "npm run test:js && npm run test:tape",
"test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
"test:tape": "postcss-tape"
"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",
"test": "npm run lint && npm run tape",
"tape": "npx postcss-tape",
"prepublishOnly": "npm test"
},
"engines": {
"node": ">=6.0.0"
"node": ">=10.0.0"
},
"dependencies": {
"postcss": "^7.0.5",
"postcss-values-parser": "^2.0.0"
"postcss": "^7.0.27",
"postcss-values-parser": "^3.2.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-config-dev": "^2.0.0",
"postcss-tape": "^2.2.0",
"@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": "^0.66.6",
"rollup-plugin-babel": "^4.0.3"
"rollup": "^2.7.2",
"rollup-plugin-babel": "^4.4.0"
},
"babel": {
"presets": [
[
"@babel/env",
{
"targets": "maintained node versions"
}
]
]
},
"eslintConfig": {
"extends": "dev",
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"parser": "babel-eslint"
},
"rollup": {
"input": "src/index.js",
"plugins": [
"rollup-plugin-babel"
],
"output": [
{
"file": "dist/index.js",
"format": "cjs"
},
{
"file": "dist/index.mjs",
"format": "esm"
}
]
},
"keywords": [

@@ -49,0 +77,0 @@ "postcss",

# PostCSS Double Position Gradients [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS" width="90" height="90" align="right">][postcss]
[![NPM Version][npm-img]][npm-url]
[![Build Status][cli-img]][cli-url]
[![Support Chat][git-img]][git-url]
[<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="Build Status" src="https://img.shields.io/travis/csstools/postcss-double-position-gradients/master.svg" height="20">][cli-url]
[<img alt="Support Chat" src="https://img.shields.io/badge/support-chat-blue.svg" height="20">][git-url]

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

[cli-img]: https://img.shields.io/travis/jonathantneal/postcss-double-position-gradients/master.svg
[cli-url]: https://travis-ci.org/jonathantneal/postcss-double-position-gradients
[git-img]: https://img.shields.io/badge/support-chat-blue.svg
[css-url]: https://cssdb.org/#double-position-gradients
[cli-url]: https://travis-ci.org/csstools/postcss-double-position-gradients
[git-url]: https://gitter.im/postcss/postcss
[npm-img]: https://img.shields.io/npm/v/postcss-double-position-gradients.svg
[npm-url]: https://www.npmjs.com/package/postcss-double-position-gradients

@@ -105,2 +104,2 @@

[PostCSS]: https://github.com/postcss/postcss
[PostCSS Double Position Gradients]: https://github.com/jonathantneal/postcss-double-position-gradients
[PostCSS Double Position Gradients]: https://github.com/csstools/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