Socket
Socket
Sign inDemoInstall

postcss-modules-tilda

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-modules-tilda - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js
const postcss = require('postcss')
const matchImports = /^((?:.+?|\([\s\S]+?\))\s+from\s+)(['"])(\w+.*?)\2$/
const matchImports = /^((?:.+?|\([\s\S]+?\))\s+from\s+)(['"])(@?\w+.*?)\2$/

@@ -4,0 +4,0 @@ module.exports = postcss.plugin('postcss-modules-tilda', () => root => {

{
"name": "postcss-modules-tilda",
"version": "1.0.0",
"version": "1.0.1",
"description": "PostCSS plugin to restore the way to resolve modules CSS Modules values paths that css-loader used before 1.0",

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

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