Socket
Socket
Sign inDemoInstall

modern-normalize

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.6.0

18

package.json
{
"name": "modern-normalize",
"version": "0.5.0",
"version": "0.6.0",
"description": "Normalize browsers' default style",
"license": "MIT",
"repository": "sindresorhus/modern-normalize",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {

@@ -18,3 +19,9 @@ "name": "Sindre Sorhus",

"scripts": {
"test": "stylelint modern-normalize.css"
"test": "npm run test:stylelint",
"test:all": "npm run test:stylelint && npm run test:chrome && npm run test:firefox && npm run test:safari",
"test:stylelint": "stylelint modern-normalize.css",
"test:chrome": "testcafe chrome:headless test/acceptance/chrome --app \"http-server . --silent\"",
"test:firefox": "testcafe firefox:headless test/acceptance/firefox --app \"http-server . --silent\"",
"test:safari": "testcafe safari test/acceptance/safari --app \"http-server . --silent\"",
"version": "replace-in-files --regex='v\\d+\\.\\d+\\.\\d+' --replacement=v$npm_package_version modern-normalize.css && git add ."
},

@@ -32,4 +39,7 @@ "files": [

"devDependencies": {
"stylelint": "^9.3.0",
"stylelint-config-xo": "^0.9.0"
"http-server": "^0.12.0",
"replace-in-files-cli": "^0.3.0",
"stylelint": "^12.0.0",
"stylelint-config-xo": "^0.16.0",
"testcafe": "^1.6.1"
},

@@ -36,0 +46,0 @@ "stylelint": {

@@ -18,2 +18,3 @@ <div align="center">

- [Sets a more readable tab size](https://github.com/sindresorhus/modern-normalize/issues/17)
- Fully tested

@@ -49,9 +50,3 @@ All credit should go to `normalize.css`. I just removed some cruft and added some improvements. If you have questions about the source, check out the [original source](https://github.com/necolas/normalize.css/blame/master/normalize.css) and [this](https://github.com/necolas/normalize.css#extended-details-and-known-issues) for details.

---
<a href="https://www.patreon.com/sindresorhus">
<img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160">
</a>
## Usage

@@ -80,6 +75,1 @@

- [sass-extras](https://github.com/sindresorhus/sass-extras) - Useful utilities for working with Sass
## License
MIT

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