Socket
Socket
Sign inDemoInstall

prettier

Package Overview
Dependencies
Maintainers
2
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier - npm Package Compare versions

Comparing version 0.14.0 to 0.14.1

2

package.json
{
"name": "prettier",
"version": "0.14.0",
"version": "0.14.1",
"description": "Prettier is an opinionated JavaScript formatter",

@@ -5,0 +5,0 @@ "bin": {

@@ -163,3 +163,3 @@ "use strict";

function hasNewlineInRange(text, start, end) {
for (var i = start; i <= end; ++i) {
for (var i = start; i < end; ++i) {
if (text.charAt(i) === "\n") {

@@ -166,0 +166,0 @@ return true;

Sorry, the diff of this file is too big to display

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