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

jsupack

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsupack - npm Package Versions

1.5.1

Diff

Changelog

Source

1.5.1 - 2023/05/06

  • Fix internal typo affecting the behavior of the parser. For example, given the CSV line "a"b,c where " is the field delimiter and , the field separator, parsing now yields one column ['a"b,c'] instead of two ['a"b', 'c']. Indeed, the opening field delimiter should be considered unclosed because the second one cannot be a closing delimiter (due to b being the next character to read).
arlogy
published 1.5.0 •

Changelog

Source

1.5.0 - 2023/02/08

  • Update JsuCsvPsr.getConfig(): the returned object has a new regexOptimized property simplifying the initialization of smartRegex (which now only reflects the option of the same name passed to the constructor).
  • Make sure empty lines are ignored in case skipEmptyLinesWhen is set to JsuCsvPsr.LineIsReallyEmpty when creating a parser.
  • Make sure line breaks are matched in case regexOptimized is false (e.g. when smartRegex is false) when creating a parser.
arlogy
published 1.4.0 •

Changelog

Source

1.4.0 - 2022/10/10

  • Update JsuCmn.cloneDeep(value) to JsuCmn.cloneDeep(value, cache, cloneCustomImpl). The new parameters of the function are optional.
arlogy
published 1.3.0 •

Changelog

Source

1.3.0 - 2022/09/18

  • Add LaTeX features under const JsuLtx = Jsu.Latex;.
arlogy
published 1.2.0 •

Changelog

Source

1.2.0 - 2022/09/02

  • Add JsuCmn.cloneDeep(value) for convenient deep cloning.
arlogy
published 1.1.0 •

Changelog

Source

1.1.0 - 2022/07/22

  • Add JsuCmn.isCssColorOrString(value): returns JsuCmn.isCssColor(value) if not null, or JsuCmn.isString(value) otherwise.
  • Update JsuCmn.isCssColor(value): returns null if CSS.supports() is not available, a boolean value otherwise.
arlogy
published 1.0.0 •

Changelog

Source

1.0.0 - 2022/07/18

  • First release.
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