Socket
Socket
Sign inDemoInstall

tldts-core

Package Overview
Dependencies
Maintainers
1
Versions
718
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tldts-core - npm Package Versions

1
7071

5.6.0

Diff

Changelog

Source

5.6.0

2019-10-12

  • New optimizations #255

    • re-use a unique result object for all methods but parse(...)
    • remove memory allocation + callback in packed hash
    • remove unnecessary calls to indexOf and lastIndexOf in packed hash

    These optimizations result in up to 20% faster invocations of parse(...) and 40% faster invocations of getPublicSuffix(...)when using tldts-experimental. This should also reduce memory pressure in cases where specific methods are used (i.e.: all but parse(...)) since no intermediary result object needs to be allocated.

remusao
published 5.5.0 •

Changelog

Source

5.5.0

2019-09-24

  • Add minified esm bundle (alongside umd)
  • Update public suffix ruleset
remusao
published 5.4.1 •

Changelog

Source

5.4.1

2019-09-16

  • Update public suffix ruleset
remusao
published 5.4.0 •

Changelog

Source

5.4.0

2019-08-29

  • Update public suffix ruleset #231
  • Add new getDomainWithoutSuffix(...) method #231
remusao
published 5.3.2 •

Changelog

Source

5.3.2

2019-07-26

  • update public suffix ruleset #207
  • fix source maps #207
  • make sure tslib does not appear in build artifacts #207
remusao
published 5.3.1 •

Changelog

Source

5.3.1

2019-07-17

  • clean-up dead folder + update rules #199
remusao
published 5.3.0 •

Changelog

Source

5.3.0

2019-07-03

  • change structure of the cliqz/adblocker project into a monorepo #185
    • embrace lerna and yarn workspaces as a way to manage multiple packages
    • split tldts into two packages tldts and tldts-experimental
    • both package inherit from tldts-core which contains the building blocks
1
7071
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