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

acssx

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acssx - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

9

index.js

@@ -87,2 +87,4 @@ const path=require('path');

const m4=/(?<=[\/][\s]*)([A-Za-z0-9-_]+)(?=[\s]*[;|}])/g;
const m5=/(?<=[\{][\s]*)([A-Za-z0-9-_]+)(?=[\s]*[}])/g;
return content.replace(match,function(e){

@@ -108,3 +110,3 @@

// 3.replace */..;|}
// 4.replace */..;|}
e=e.replace(m4,function(m){

@@ -114,2 +116,7 @@ return arranger(m);

// 5.replace {...}
e=e.replace(m5,function(m){
return arranger(m);
});
//console.log(e);

@@ -116,0 +123,0 @@ return e;

2

package.json
{
"name": "acssx",
"version": "1.0.2",
"version": "1.0.3",
"description": "Extended version of ACSS, a css post processor",

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