Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-normalize

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-normalize - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

2

index.js

@@ -10,3 +10,3 @@ 'use strict';

var normalize = fs.readFileSync(require.resolve('normalize.css'), 'utf8');
var normalize = fs.readFileSync(require.resolve('normalize.css/normalize.css'), 'utf8');
normalize = new CleanCSS().minify(normalize).styles;

@@ -13,0 +13,0 @@

{
"name": "postcss-normalize",
"version": "0.1.2",
"version": "0.2.0",
"description": "PostCSS plugin that automatically applies normalize.css",

@@ -30,4 +30,4 @@ "keywords": [

"clean-css": "^3.3.9",
"normalize.css": "^3.0.3",
"postcss": "^4.1.9"
"normalize.css": "^4.0.0",
"postcss": "^5.0.0"
},

@@ -34,0 +34,0 @@ "devDependencies": {

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