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

postcss-autoreset

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-autoreset - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

3

CHANGELOG.md

@@ -8,2 +8,5 @@ # Change Log

## [2.0.1] - 2017-08-25
- Fix keyframes adding to common reset list .Thnx @copycut for suggestion!
## [2.0.0] - 2017-07-30

@@ -10,0 +13,0 @@ - Update to PostCSS 6

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

if (rule.parent.name === 'keyframes') return;
if (!contains(matchedSelectors, selector) && rulesMatcher(rule)) {

@@ -43,0 +44,0 @@ matchedSelectors.push(selector);

2

package.json
{
"name": "postcss-autoreset",
"version": "2.0.0",
"version": "2.0.1",
"description": "PostCSS plugin for partial styles reset",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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