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

@bigfishtv/prettier-config

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigfishtv/prettier-config - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

10

index.js

@@ -6,3 +6,11 @@ module.exports = {

jsxBracketSameLine: true,
trailingComma: "es5"
trailingComma: "es5",
overrides: [
{
files: "*.[less|css]",
options: {
printWidth: 160
}
}
]
};

2

package.json
{
"name": "@bigfishtv/prettier-config",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "https://github.com/bigfishtv/prettier-config",

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