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

ngx-highlightjs

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-highlightjs - npm Package Versions

1
45

1.2.2

Diff

Changelog

Source

1.2.2

  • No Changes, just an update for the build enviroment
murhaf
published 1.2.1 •

Changelog

Source

1.2.1

  • fix(HighlightDirective): Use el.tagName.toLowerCase() to check for if the highlight element is type of <code>
murhaf
published 1.2.0 •

Changelog

Source

1.2.0

  • Remove HighlightUmdModule and systemjs support
  • Refactir(HighlightModule)
  • Add [code] input
murhaf
published 1.1.1 •

Changelog

Source

1.1.1

  • Improve performance

  • Fix load hljs script only once

  • Remove hlAuto and hlDelay inputs from HighlightDirective, but they are still usable in HighlightUmdDirective

  • Update HighlightModule parameter:

    before:

      HighlightModule.forRoot('monokai-sublime', 'assets/js/highlight-js');
    

    after

      HighlightModule.forRoot({
        theme: 'monokai-sublime',
        path: 'assets/js/highlight-js',
        auto: true
      });
    
murhaf
published 1.1.0 •

murhaf
published 1.0.0 •

Changelog

Source

1.0.0

  • feat(HighlightModule): Choose highlight theme and set library path
  • feat(Auto-load script)
  • feat(Auto-load theme)
murhaf
published 0.0.1 •

Changelog

Source

0.0.1

  • Initial release
1
45
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