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.4 to 0.1.5

2

index.js

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

root.eachRule(function (rule) {
root.walkRules(function (rule) {
if (!rule.selectors){

@@ -20,0 +20,0 @@ return rule;

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

@@ -24,3 +24,3 @@ "keywords": [

"dependencies": {
"postcss": "^4.1.13"
"postcss": "^5.0.0"
},

@@ -27,0 +27,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