Socket
Socket
Sign inDemoInstall

normalize.css

Package Overview
Dependencies
0
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 7.0.0

4

CHANGELOG.md
# Changes to normalize.css
### 7.0.0 (May 2, 2017)
* Revert changes in `body` and form elements styles introduced by v6
### 6.0.0 (March 26, 2017)

@@ -4,0 +8,0 @@

6

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

@@ -19,6 +19,2 @@ "main": "normalize.css",

"repository": "necolas/normalize.css",
"contributors": [
"Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com/)",
"Nicolas Gallagher <nicolas@nicolasgallagher.com> (http://nicolasgallagher.com/)"
],
"license": "MIT",

@@ -25,0 +21,0 @@ "bugs": "https://github.com/necolas/normalize.css/issues",

@@ -54,6 +54,4 @@ # normalize.css

* 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._
*[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.*

@@ -80,4 +78,4 @@

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).
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).

@@ -111,7 +109,2 @@ #### `select`

#### `::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

@@ -123,8 +116,2 @@

## Acknowledgements
Normalize.css is a project by [Nicolas Gallagher](https://github.com/necolas),
co-created with [Jonathan Neal](https://github.com/jonathantneal).
[changelog-image]: https://img.shields.io/badge/changelog-md-blue.svg?style=flat-square

@@ -131,0 +118,0 @@ [changelog-url]: CHANGELOG.md

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