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.1 to 0.1.2

3

index.js

@@ -5,3 +5,2 @@ 'use strict';

fs = require('fs'),
path = require('path'),
CleanCSS = require('clean-css');

@@ -12,3 +11,3 @@

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

@@ -15,0 +14,0 @@

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,5 +0,5 @@

# postcss-normalize
# PostCSS Normalize
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
[PostCSS] plugin that that automatically applies the latest normalize.css
[PostCSS][PostCSS] plugin that that automatically applies the latest normalize.css.

@@ -29,3 +29,3 @@ ```css

See [PostCSS] docs for examples for your environment.
See [PostCSS][PostCSS] docs for examples for your environment.

@@ -45,2 +45,1 @@ --

[PostCSS]: https://github.com/postcss/postcss
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