Socket
Socket
Sign inDemoInstall

normalize.css

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 8.0.0

7

CHANGELOG.md
# Changes to normalize.css
### 8.0.0 (February 2, 2018)
* Remove support for older browsers Android 4, lte IE, lte Safari 7.
* Don't remove search input cancel button in Chrome/Safari.
* Form inputs inherit `font-family`.
* Fix text decoration in Safari 8+.
### 7.0.0 (May 2, 2017)

@@ -4,0 +11,0 @@

6

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

@@ -28,3 +28,5 @@ "main": "normalize.css",

{
"ignoreFontFamilyNames": ["monospace"]
"ignoreFontFamilyNames": [
"monospace"
]
}

@@ -31,0 +33,0 @@ ]

@@ -20,11 +20,5 @@ # normalize.css

**Bower**
```sh
bower install --save normalize-css
```
**CDN**
See https://cdnjs.com/libraries/normalize
See https://yarnpkg.com/en/package/normalize.css

@@ -47,14 +41,10 @@ **Download**

* Chrome (last two)
* Edge (last two)
* Firefox (last two)
* Firefox ESR
* Internet Explorer 8+
* iOS Safari (last two)
* Opera (last two)
* Safari 6+
* _[Normalize.css v1 provides legacy browser support](https://github.com/necolas/normalize.css/tree/v1) (IE 6+, Safari 4+), but is no longer actively developed._
* Chrome
* Edge
* Firefox ESR+
* Internet Explorer 10+
* Safari 8+
* Opera
## Extended details and known issues

@@ -75,9 +65,2 @@

#### `svg:not(:root)`
Adding `overflow: hidden` fixes IE9's SVG rendering. Earlier versions of IE
don't support SVG, so we can safely use the `:not()` and `:root` selectors that
modern browsers use in the default UA stylesheets to apply this style.
[Source](https://lists.w3.org/Archives/Public/public-svg-wg/2008JulSep/0339.html).
#### `select`

@@ -107,4 +90,3 @@

addresses these issues without removing the benefits of search inputs (e.g.
showing past searches). Safari (but not Chrome) will clip the cancel button on
when it has padding (and `textfield` appearance).
showing past searches).

@@ -111,0 +93,0 @@ ## Contributing

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