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 8.0.0 to 8.0.1

6

CHANGELOG.md
# Changes to normalize.css
### 8.0.1 (November 4, 2018)
* Fix regression in IE rendering of `main` element.
### 8.0.0 (February 2, 2018)
* Remove support for older browsers Android 4, lte IE, lte Safari 7.
* Remove support for older browsers Android 4, lte IE 9, lte Safari 7.
* Don't remove search input cancel button in Chrome/Safari.

@@ -7,0 +11,0 @@ * Form inputs inherit `font-family`.

24

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

@@ -11,26 +11,6 @@ "main": "normalize.css",

],
"devDependencies": {
"stylelint": "^7.9.0",
"stylelint-config-standard": "^16.0.0"
},
"scripts": {
"test": "stylelint normalize.css"
},
"repository": "necolas/normalize.css",
"license": "MIT",
"bugs": "https://github.com/necolas/normalize.css/issues",
"homepage": "https://necolas.github.io/normalize.css",
"stylelint": {
"extends": "stylelint-config-standard",
"rules": {
"font-family-no-duplicate-names": [
true,
{
"ignoreFontFamilyNames": [
"monospace"
]
}
]
}
}
"homepage": "https://necolas.github.io/normalize.css"
}

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