Socket
Socket
Sign inDemoInstall

normalize.css

Package Overview
Dependencies
0
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 5.0.0

15

CHANGELOG.md
# Changes to normalize.css
### 4.2.0 (April 12, 2016)
### 5.0.0 (October 3, 2016)
* Add normalized sections not already present from
https://html.spec.whatwg.org/multipage/.
* Move unsorted rules into their respective sections.
* Update the `summary` style in all browsers.
* Remove `::placeholder` styles due to a bug in Edge.
* More explicitly define font resets on form controls.
* Remove the `optgroup` normalization needed by the previous font reset.
* Update text-size-adjust documentation
 for IE on Windows Phone
* Update OS X reference to macOS
* Update the semver strategy.
### 4.2.0 (June 30, 2016)
* Correct the `line-height` in all browsers.

@@ -6,0 +19,0 @@ * Restore `optgroup` font inheritance.

6

package.json
{
"name": "normalize.css",
"version": "4.2.0",
"version": "5.0.0",
"description": "A modern alternative to CSS resets",

@@ -12,4 +12,4 @@ "main": "normalize.css",

"devDependencies": {
"stylelint": "^6.7.1",
"stylelint-config-standard": "^9.0.0"
"stylelint": "^7.3.1",
"stylelint-config-standard": "^13.0.2"
},

@@ -16,0 +16,0 @@ "scripts": {

@@ -108,3 +108,7 @@ # normalize.css

#### `::placeholder`
In Edge, placeholders will disappear on `relative` or `absolute` positioned
`<input>` elements if you use `opacity` less than `1` due to a [bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/).
## Contributing

@@ -111,0 +115,0 @@

Sorry, the diff of this file is not supported yet

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