🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

postcss-reduce-initial

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-reduce-initial - npm Package Compare versions

Comparing version

to
1.0.1

4

CHANGELOG.md

@@ -0,3 +1,7 @@

# 1.0.1
* Update the initial value of `user-select` from `none` to `auto`.
# 1.0.0
* Initial release.

2

data/values.json

@@ -243,3 +243,3 @@ {

"unicode-bidi": "normal",
"user-select": "none",
"user-select": "auto",
"white-space": "normal",

@@ -246,0 +246,0 @@ "widows": "2",

{
"name": "postcss-reduce-initial",
"version": "1.0.0",
"version": "1.0.1",
"description": "Reduce initial definitions to the actual initial value, where possible.",

@@ -13,5 +13,8 @@ "main": "dist/index.js",

"acquire": "node ./dist/acquire.js > ./data/values.json",
"contributorAdd": "all-contributors add",
"contributorGenerate": "all-contributors generate",
"pretest": "eslint src",
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"test": "ava"
"test": "ava",
"test-012": "ava"
},

@@ -25,3 +28,4 @@ "keywords": [

"devDependencies": {
"ava": "^0.15.0",
"all-contributors-cli": "^3.0.5",
"ava": "^0.17.0",
"babel-cli": "^6.3.17",

@@ -34,6 +38,7 @@ "babel-core": "^6.3.26",

"babel-register": "^6.9.0",
"cheerio": "^0.20.0",
"del-cli": "^0.2.0",
"eslint": "^2.0.0",
"eslint-config-cssnano": "^2.0.0",
"eslint": "^3.0.0",
"eslint-config-cssnano": "^3.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.0.1",
"got": "^6.3.0",

@@ -40,0 +45,0 @@ "html2plaintext": "^1.0.1",

@@ -48,8 +48,15 @@ # [postcss][postcss]-reduce-initial [![Build Status](https://travis-ci.org/ben-eb/postcss-reduce-initial.svg?branch=master)][ci] [![NPM version](https://badge.fury.io/js/postcss-reduce-initial.svg)][npm] [![Dependency Status](https://gemnasium.com/ben-eb/postcss-reduce-initial.svg)][deps]

## Contributing
## Contributors
Pull requests are welcome. If you add functionality, then please add unit tests
to cover it.
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
| [<img src="https://avatars.githubusercontent.com/u/1282980?v=3" width="100px;"/><br /><sub>Ben Briggs</sub>](http://beneb.info)<br />[💻](https://github.com/ben-eb/postcss-reduce-initial/commits?author=ben-eb) [📖](https://github.com/ben-eb/postcss-reduce-initial/commits?author=ben-eb) 👀 [⚠️](https://github.com/ben-eb/postcss-reduce-initial/commits?author=ben-eb) | [<img src="https://avatars.githubusercontent.com/u/551712?v=3" width="100px;"/><br /><sub>Chris Walker</sub>](http://thechriswalker.github.com/)<br />[🐛](https://github.com/ben-eb/postcss-reduce-initial/issues?q=author%3Athechriswalker) [💻](https://github.com/ben-eb/postcss-reduce-initial/commits?author=thechriswalker) |
| :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors] specification. Contributions of
any kind welcome!
## License

@@ -64,2 +71,4 @@

[all-contributors]: https://github.com/kentcdodds/all-contributors
[ci]: https://travis-ci.org/ben-eb/postcss-reduce-initial

@@ -66,0 +75,0 @@ [deps]: https://gemnasium.com/ben-eb/postcss-reduce-initial