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

postcss-modules-scope

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-modules-scope - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

lib/index.js

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

function exportScopedName(name) {
var scopedName = generateScopedName(name, css.source.input.from);
var scopedName = generateScopedName(name, css.source.input.from, css.source.input.css);
exports[name] = exports[name] || [];

@@ -51,0 +51,0 @@ if (exports[name].indexOf(scopedName) < 0) {

{
"name": "postcss-modules-scope",
"version": "0.0.7",
"version": "0.0.8",
"description": "A CSS Modules transform to extract export statements from local-scope classes",

@@ -5,0 +5,0 @@ "main": "lib/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