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

@shopify/prettier-config

Package Overview
Dependencies
Maintainers
13
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/prettier-config - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

6

CHANGELOG.md

@@ -8,2 +8,8 @@ # Changelog

## [1.1.0] - 2020-05-14
### Changed
- Explicitly set default for `"arrowParens": "always"`. Although it is a default for prettier as of v2.0, it was `avoid` in prior versions. Specifying it explicitly here will result in the same config, not matter which version of prettier used.
## [1.0.0] - 2020-05-12

@@ -10,0 +16,0 @@

1

index.json
{
"arrowParens": "always",
"singleQuote": true,

@@ -3,0 +4,0 @@ "bracketSpacing": false,

2

package.json
{
"name": "@shopify/prettier-config",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Shared prettier configuration",

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