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

postcss-uuid-obfuscator

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-uuid-obfuscator - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2-a

2

package.json
{
"name": "postcss-uuid-obfuscator",
"type": "module",
"version": "1.1.1",
"version": "1.1.2a",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -72,2 +72,3 @@ # PostCSS UUID Obfuscator

- [options.outputExcludes](#optionsoutputexcludes)
- [options.scriptType](#optionsscripttype)
- [options.keepData](#optionskeepdata)

@@ -811,2 +812,3 @@ - [options.applyClassNameWithoutDot](#optionsapplyclassnamewithoutdot)

outputExcludes,
scriptType,
keepData,

@@ -1015,2 +1017,26 @@ applyClassNameWithoutDot,

### options.scriptType
<img width="24" height="24" align="left" src="README.img/1f1fa-1f1f8.png" alt="🇺🇸">
Set module type of script.
Default value: "script" (string)
You need not change if are in the ESM type.
This method requires in the case of module type (.mjs) and CommonJS type (.cjs).
<img width="24" height="24" align="left" src="README.img/1f1ef-1f1f5.png" alt="🇯🇵">
Javascriptのモジュールタイプを指定する。
初期値: "script" (string)
ESM形式の場合は変更する必要はありません。
しかしモジュール形式(.mjsファイル)の場合は "module" と、CommonJS形式(.cjsファイル)の場合は "commonjs" と指定してください。
### options.keepData

@@ -1017,0 +1043,0 @@

@@ -32,3 +32,3 @@ {

"postcss-csso": "^6.0.1",
"postcss-uuid-obfuscator": "^1.1.0",
"postcss-uuid-obfuscator": "^1.1.1",
"sass": "^1.77.8",

@@ -35,0 +35,0 @@ "sharp": "^0.33.4",

@@ -30,3 +30,3 @@ {

"postcss-csso": "^6.0.1",
"postcss-uuid-obfuscator": "^1.1.0",
"postcss-uuid-obfuscator": "^1.1.1",
"pug": "^3.0.3",

@@ -33,0 +33,0 @@ "sass": "^1.77.8",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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