Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-apply

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-apply - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

8

CHANGELOG.md

@@ -11,2 +11,7 @@ # postcss-apply change Log

## [0.5.0] - 2017-02-05
### Added
* A new `preserve` option.
Allow for keeping resolved declarations and `@apply` rules alongside.
## [0.4.0] - 2016-09-13

@@ -35,3 +40,4 @@ ### Changed

[Unreleased]: https://github.com/pascalduez/postcss-apply/compare/0.4.0...HEAD
[Unreleased]: https://github.com/pascalduez/postcss-apply/compare/0.5.0...HEAD
[0.5.0]: https://github.com/pascalduez/postcss-apply/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/pascalduez/postcss-apply/compare/0.3.0...0.4.0

@@ -38,0 +44,0 @@ [0.3.0]: https://github.com/pascalduez/postcss-apply/compare/0.2.0...0.3.0

2

dist/visitor.js

@@ -78,3 +78,3 @@ 'use strict';

/**
* Collect all `:root` declared property sets and save same them.
* Collect all `:root` declared property sets and save them.
* @param {Node} rule

@@ -81,0 +81,0 @@ */

{
"name": "postcss-apply",
"version": "0.4.0",
"version": "0.5.0",
"description": "PostCSS plugin enabling custom properties sets references",

@@ -30,29 +30,30 @@ "keywords": [

"scripts": {
"test": "ava",
"coverage": "nyc npm test"
"lint": "eslint ./src",
"test": "jest",
"watch:test": "jest --watch"
},
"ava": {
"files": "test/**/*.test.js"
"jest": {
"testEnvironment": "node",
"collectCoverageFrom": [
"src/*.js"
]
},
"dependencies": {
"balanced-match": "^0.4.2",
"postcss": "^5.2.0"
"postcss": "^5.2.11"
},
"devDependencies": {
"ava": "^0.16.0",
"babel-cli": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.1.18",
"chai": "^3.5.0",
"coveralls": "^2.11.12",
"eslint": "^3.3.1",
"eslint-config-airbnb-base": "^7.0.0",
"eslint-plugin-ava": "^3.0.0",
"eslint-plugin-import": "^1.13.0",
"nyc": "^8.1.0",
"babel-cli": "^6.22.2",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"coveralls": "^2.11.15",
"eslint": "^3.15.0",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.2.0",
"jest-cli": "^18.1.0",
"opn-cli": "^3.0.1",
"postcss-custom-properties": "^5.0.1",
"postcss-reporter": "^1.4.1"
"postcss-custom-properties": "^5.0.2",
"postcss-reporter": "^3.0.0"
}
}

@@ -77,6 +77,13 @@ # postcss-apply

## options
### `preserve`
type: `Boolean`
default: `false`
Allow for keeping resolved declarations and `@apply` rules alongside.
## Credits
* [Pascal Duez](https://twitter.com/pascalduez)
* [Pascal Duez](https://github.com/pascalduez)

@@ -83,0 +90,0 @@

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