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.3 to 0.1.4

3

index.js

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

function isScopeApplied(selector,scope) {
return selector.indexOf(scope) === 0;
var selectorTopScope = selector.split(" ",1)[0];
return selectorTopScope === scope;
}

@@ -44,0 +45,0 @@

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

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

@@ -60,1 +60,5 @@ # PostCSS Scopify [![Build Status][ci-img]][ci]

See [PostCSS] docs for examples for your environment.
## Change Log
### v0.1.4
fixes [#4](https://github.com/pazams/postcss-scopify/issues/4)
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