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

postcss-scopify

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-scopify - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

coverage/coverage.json

6

index.js

@@ -76,7 +76,3 @@ 'use strict';

if (!rule.selectors){
return false;
}
else if(rule.parent.type !== 'root') {
if(rule.parent.type !== 'root') {
if (rule.parent.type === 'atrule' && conditionalGroupRules.indexOf(rule.parent.name) > -1){

@@ -83,0 +79,0 @@ return true;

{
"name": "postcss-scopify",
"version": "0.1.8",
"version": "0.1.9",
"description": "PostCSS plugin that adds a user input scope to each selector",

@@ -27,10 +27,8 @@ "keywords": [

"devDependencies": {
"chai": "^3.0.0",
"gulp": "^3.9.0",
"gulp-eslint": "^0.14.0",
"gulp-mocha": "^2.1.2"
"istanbul": "^0.4.5",
"mocha": "^3.0.2"
},
"scripts": {
"test": "gulp"
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -u exports test/*"
}
}

@@ -1,3 +0,7 @@

# PostCSS Scopify [![Build Status][ci-img]][ci]
# PostCSS Scopify
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Downloads][downloads-image]][downloads-url]
[PostCSS] plugin that adds a user input scope to each selector.

@@ -16,6 +20,11 @@ for a command line interface, see [scopify-cli].

[travis-image]: https://img.shields.io/travis/pazams/postcss-scopify.svg?style=flat-square
[travis-url]: https://travis-ci.org/pazams/postcss-scopify
[coveralls-image]: https://img.shields.io/coveralls/pazams/postcss-scopify.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/pazams/postcss-scopify
[downloads-image]: https://img.shields.io/npm/dm/postcss-scopify.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/postcss-scopify
[scopify-cli]: https://github.com/pazams/scopify-cli
[PostCSS]: https://github.com/postcss/postcss
[ci-img]: https://travis-ci.org/pazams/postcss-scopify.svg
[ci]: https://travis-ci.org/pazams/postcss-scopify

@@ -22,0 +31,0 @@ __Example input__

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