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

table

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

table - npm Package Compare versions

Comparing version 3.7.7 to 3.7.8

8

dist/wrapString.js

@@ -11,5 +11,5 @@ 'use strict';

var _ansiSlice = require('ansi-slice');
var _sliceAnsi = require('slice-ansi');
var _ansiSlice2 = _interopRequireDefault(_ansiSlice);
var _sliceAnsi2 = _interopRequireDefault(_sliceAnsi);

@@ -43,5 +43,5 @@ var _stringWidth = require('string-width');

do {
chunks.push((0, _ansiSlice2.default)(subjectSlice, 0, size));
chunks.push((0, _sliceAnsi2.default)(subjectSlice, 0, size));
subjectSlice = (0, _trim3.default)((0, _ansiSlice2.default)(subjectSlice, size));
subjectSlice = (0, _trim3.default)((0, _sliceAnsi2.default)(subjectSlice, size));
} while ((0, _stringWidth2.default)(subjectSlice));

@@ -48,0 +48,0 @@

@@ -11,5 +11,5 @@ 'use strict';

var _ansiSlice = require('ansi-slice');
var _sliceAnsi = require('slice-ansi');
var _ansiSlice2 = _interopRequireDefault(_ansiSlice);
var _sliceAnsi2 = _interopRequireDefault(_sliceAnsi);

@@ -49,8 +49,8 @@ var _stringWidth = require('string-width');

subject = (0, _ansiSlice2.default)(subject, (0, _stringWidth2.default)(chunk));
subject = (0, _sliceAnsi2.default)(subject, (0, _stringWidth2.default)(chunk));
chunk = (0, _trim3.default)(chunk);
} else {
chunk = (0, _ansiSlice2.default)(subject, 0, size);
subject = (0, _ansiSlice2.default)(subject, size);
chunk = (0, _sliceAnsi2.default)(subject, 0, size);
subject = (0, _sliceAnsi2.default)(subject, size);
}

@@ -57,0 +57,0 @@

@@ -48,3 +48,3 @@ {

},
"version": "3.7.7"
"version": "3.7.8"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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