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

@cirocfc/yet-another-prettier-config

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cirocfc/yet-another-prettier-config - npm Package Compare versions

Comparing version 0.0.1-alpha.2 to 0.0.1-alpha.3

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.0.1-alpha.3](https://github.com/cirocfc/yet-another/compare/@cirocfc/yet-another-prettier-config@0.0.1-alpha.2...@cirocfc/yet-another-prettier-config@0.0.1-alpha.3) (2020-04-04)
**Note:** Version bump only for package @cirocfc/yet-another-prettier-config
## [0.0.1-alpha.2](https://github.com/cirocfc/yet-another/compare/@cirocfc/yet-another-prettier-config@0.0.1-alpha.0...@cirocfc/yet-another-prettier-config@0.0.1-alpha.2) (2020-04-04)

@@ -8,0 +12,0 @@

4

package.json
{
"name": "@cirocfc/yet-another-prettier-config",
"description": "Yet Another: Prettier Config",
"version": "0.0.1-alpha.2",
"version": "0.0.1-alpha.3",
"main": "src/index.js",

@@ -18,3 +18,3 @@ "author": "Ciro Ferreira da Cruz <ciro.cfc@gmail.com>",

"license": "MIT",
"gitHead": "6d393af9fe6cde88a9debee7797f700d00b35641"
"gitHead": "a6da0d50db3d748e83354da031710dd7162b7b78"
}

@@ -6,3 +6,6 @@ // @ts-check

endOfLine: 'lf',
jsxBracketSameLine: true,
jsxSingleQuote: false,
printWidth: 120,
quoteProps: 'as-needed',
semi: true,

@@ -12,2 +15,4 @@ singleQuote: true,

trailingComma: 'all',
useTabs: false,
vueIndentScriptAndStyle: true,
};
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