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.0.0 to 4.1.0

13

CHANGELOG.md
# Changes to normalize.css
### 4.1.0 (April 11, 2016)
* Normalize placeholders in Chrome, Edge, and Safari.
* Normalize `text-decoration-skip` property in Safari.
* Normalize file select buttons.
* Normalize search input outlines in Safari.
* Limit Firefox focus normalizations to buttons.
* Restore `main` to package.json.
* Restore proper overflow to certain `select` elements.
* Remove opinionated cursor styles on buttons.
* Update stylelint configuration
* Update tests
### 4.0.0 (March 19, 2016)

@@ -4,0 +17,0 @@

7

package.json
{
"name": "normalize.css",
"version": "4.0.0",
"version": "4.1.0",
"description": "A modern alternative to CSS resets",
"main": "normalize.css",
"style": "normalize.css",

@@ -11,4 +12,4 @@ "files": [

"devDependencies": {
"stylelint": "^5.1.0",
"stylelint-config-standard": "^4.0.1"
"stylelint": "^5.4.0",
"stylelint-config-standard": "^5.0.0"
},

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

@@ -40,3 +40,3 @@ # normalize.css

* Corrects bugs and common browser inconsistencies.
* Improves usability with subtle improvements.
* Improves usability with subtle modifications.
* Explains what code does using detailed comments.

@@ -43,0 +43,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