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

next-format

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-format - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

package.json
{
"name": "next-format",
"version": "0.0.10",
"version": "0.0.11",
"description": "Opinionated es-next formatter inspired by golang fmt.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/pre63/next-format",

@@ -6,3 +6,3 @@ const compose = require('oncha/compose').default

prettier.format(source, {
printWidth: 80,
printWidth: 100,
tabWidth: 2,

@@ -9,0 +9,0 @@ singleQuote: true,

Sould format end parens
-----------------------------------
(d) => a.aaaaaaaaaaaaaaaaaa(b)
.aaaaaaaaaaaaaaaaaaa(
(d) => a.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(b)
.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(
(

@@ -9,13 +9,13 @@ b

!c.daaaaaaaaaaaaaaaaaa(e).f() ? g(current)
!c.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(e).f() ? g(current)
: h.eaaaaaaaaaaaaaaaaaa(current));
: h.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(current));
-----------------------------------
d =>
a
.aaaaaaaaaaaaaaaaaa(b)
.aaaaaaaaaaaaaaaaaaa(
.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(b)
.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(
b =>
!c.daaaaaaaaaaaaaaaaaa(e).f()
!c.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(e).f()
? g(current)
: h.eaaaaaaaaaaaaaaaaaa(current))
: h.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(current))
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