Socket
Socket
Sign inDemoInstall

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 5.2.0 to 5.2.1

6

dist/validateTableData.js

@@ -48,6 +48,4 @@ "use strict";

throw new Error('Table must have a consistent number of cells.');
} // @todo Make an exception for newline characters.
// @see https://github.com/gajus/table/issues/9
}
var _iteratorNormalCompletion2 = true;

@@ -62,3 +60,3 @@ var _didIteratorError2 = false;

// eslint-disable-next-line no-control-regex
if (/[\u0001-\u001A]/.test(cell)) {
if (/[\u0001-\u0009\u000B-\u001A]/.test(cell)) {
throw new Error('Table data must not contain control characters.');

@@ -65,0 +63,0 @@ }

@@ -82,3 +82,3 @@ {

},
"version": "5.2.0"
"version": "5.2.1"
}

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