New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

distinguish

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

distinguish - npm Package Compare versions

Comparing version 0.0.7 to 0.1.0

distinguish.config.js

2

package.json
{
"name": "distinguish",
"version": "0.0.7",
"version": "0.1.0",
"description": "Effortless renaming, minification, and namespacing for CSS class names, IDs, and just about anything else.",

@@ -5,0 +5,0 @@ "main": "out/cli.js",

@@ -131,3 +131,3 @@ import fs from 'fs';

const matches = getAllMatches(
new RegExp(`_(${type})-([a-zA-Z0-9_-]+)`, 'g'),
new RegExp(`_(${type})[\$-]([a-zA-Z0-9_-]+)`, 'g'),
contents

@@ -134,0 +134,0 @@ );

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