You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@gustavnikolaj/string-utils

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gustavnikolaj/string-utils - npm Package Compare versions

Comparing version

to
1.3.1

2

deindent.js

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

while (typeof indentationOfFirstLine !== "number") {
while (typeof indentationOfFirstLine !== "number" && processedIndex < lines.length) {
var firstLineCandidate = lines[processedIndex]; // If the line has non-whitespace content

@@ -25,0 +25,0 @@

{
"name": "@gustavnikolaj/string-utils",
"version": "1.3.0",
"version": "1.3.1",
"description": "Template string utilities",

@@ -5,0 +5,0 @@ "main": "index.js",