Socket
Socket
Sign inDemoInstall

sanitize.css

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sanitize.css - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## 3.1.0 (2015-02-01)
- Added: Project configuration (.editorconfig)
- Added: Style linting rules and tests
- Added: `touch-action: manipulation` to remove delays during mobile tapping
- Removed: `text-rendering` due to performance issues
- Updated: `::selection` color variable corrected to `--selection-color`
- Updated: Use direct nesting
## 3.0.0 (2015-10-23)

@@ -2,0 +11,0 @@

50

package.json
{
"name": "sanitize.css",
"version": "3.0.0",
"version": "3.1.0",
"description": "Render elements consistently. Style with best practices.",
"keywords": [
"css",
"sass",
"scss",
"stylus",
"normalize",
"postcss"
],
"author": "Jonathan Neal",
"license": "CC0-1.0",
"main": "index.js",

@@ -25,17 +15,13 @@ "style": "dist/sanitize.css",

],
"homepage": "https://github.com/10up/sanitize.css",
"repository": {
"type": "git",
"url": "https://github.com/10up/sanitize.css.git"
},
"bugs": {
"url": "https://github.com/10up/sanitize.css/issues"
},
"dependencies": {},
"devDependencies": {
"cssnano": "^3.3.1",
"postcss": "^5.0.10",
"postcss-cssnext": "^2.2.0"
"cssnano": "^3.4.0",
"postcss": "^5.0.14",
"postcss-cssnext": "^2.4.0",
"postcss-reporter": "^1.3.1",
"stylelint": "^4.1.0"
},
"scripts": {
"build": "node index.js"
"build": "node index.js",
"test": "node test.js"
},

@@ -45,3 +31,19 @@ "engines": {

"node": ">=0.12.0"
}
},
"repository": "10up/sanitize.css.git",
"keywords": [
"css",
"sass",
"scss",
"stylus",
"normalize",
"reset",
"postcss",
"cssnext",
"stylelint"
],
"author": "Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com)",
"license": "CC0-1.0",
"bugs": "https://github.com/10up/sanitize.css/issues",
"homepage": "https://github.com/10up/sanitize.css#readme"
}

@@ -60,6 +60,6 @@ # sanitize.css

--root-font-family: "Open Sans", sans-serif;
--root-text-rendering: optimizeSpeed;
--root-color: #333;
}
import url('vendors/sanitize.css');
import url("vendors/sanitize.css");
```

@@ -70,11 +70,11 @@

$root-font-family: "Open Sans", sans-serif;
$root-text-rendering: optimizeSpeed;
$root-color: #333;
import 'vendors/sanitize.scss';
import "vendors/sanitize.scss";
```
```stylus
// overwrite defaults in sanitize.scss
// overwrite defaults in sanitize.styl
root-font-family = "Open Sans", sans-serif
root-text-rendering = optimizeSpeed
root-color = #333

@@ -81,0 +81,0 @@ @import "vendors/sanitize.styl"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc