Socket
Socket
Sign inDemoInstall

table

Package Overview
Dependencies
17
Maintainers
2
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.8.0 to 6.8.1

6

dist/src/alignSpanningCell.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.alignVerticalRangeContent = exports.wrapRangeContent = void 0;
const string_width_1 = __importDefault(require("string-width"));
const alignString_1 = require("./alignString");

@@ -38,3 +42,3 @@ const mapDataUsingRowHeights_1 = require("./mapDataUsingRowHeights");

if (line.length === 0) {
return ' '.repeat(content[0].length);
return ' '.repeat((0, string_width_1.default)(content[0]));
}

@@ -41,0 +45,0 @@ return line;

2

package.json

@@ -76,3 +76,3 @@ {

},
"version": "6.8.0"
"version": "6.8.1"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc