Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@rubriclab/prettier-config

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rubriclab/prettier-config - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+10
index.cjs
module.exports = {
arrowParens: "always",
bracketSameLine: false,
printWidth: 100,
semi: false,
singleQuote: true,
tabWidth: 2,
trailingComma: "none",
useTabs: true,
};
+6
-0
# @rubriclab/prettier-config
## 0.0.3
### Patch Changes
- cjs
## 0.0.2

@@ -4,0 +10,0 @@

+2
-2
{
"name": "@rubriclab/prettier-config",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"main": "index.js",
"main": "./index.cjs",
"publishConfig": {

@@ -7,0 +7,0 @@ "access": "public"

export default {
arrowParens: "always",
bracketSameLine: false,
printWidth: 100,
semi: false,
singleQuote: true,
tabWidth: 2,
trailingComma: "none",
useTabs: true,
};