Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@btmills/prettier

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@btmills/prettier - npm Package Versions

1
7

2.1.1

Diff

Changelog

Source

2.1.1

diff

btmills
published 2.1.0 •

Changelog

Source
btmills
published 2.0.5 •

Changelog

Source

2.0.5

diff

btmills
published 2.0.4 •

Changelog

Source

2.0.4

diff

btmills
published 2.0.2 •

Changelog

Source

2.0.2

diff

2.0 regressions

btmills
published 2.0.1 •

Changelog

Source

2.0.1

diff

btmills
published 2.0.0 •

Changelog

Source
btmills
published 1.19.1 •

Changelog

Source

1.19.1

diff

CLI

btmills
published 1.19.0 •

Changelog

Source

Fix --stdin regression in 1.19.0 (#6894 by @lydell)

<!-- prettier-ignore -->
// Prettier stable
$ echo "test" | prettier --stdin --parser babel
[error] regeneratorRuntime is not defined

// Prettier master
$ echo "test" | prettier --stdin --parser babel
test;

TypeScript

btmills
published 1.18.2 •

Changelog

Source

1.18.2

diff

  • TypeScript: only add trailing commas in tuples for --trailing-comma=all (#6199 by @duailibe)

    In Prettier 1.18 we added trailing commas in tuples when --trailing-comma=all, but it was also adding for --trailing-comma=es5.

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