You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

svelte-highlight

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-highlight - npm Package Versions

1
4578

4.0.0-rc.0

Diff
m
metonym
published 4.0.0-rc.0 •
m
metonym
published 3.1.0 •

Changelog

Source

3.1.0 - 2021-07-08

Features

  • upgrade highlight.js to v11.1.0
m
metonym
published 3.0.0 •

Changelog

Source

3.0.0 - 2021-05-30

Breaking Changes

  • github-gist style removed from highlight.js

Features

  • upgrade highlight.js to v11.0.0
    • +2 styles (github-dark, github-dark-dimmed)
m
metonym
published 2.1.0 •

Changelog

Source

2.1.0 - 2021-05-21

Features

  • upgrade highlight.js to v11.0.0-beta1
    • +1 language (wren)
    • +1 style (colors)
m
metonym
published 2.0.0 •

Changelog

Source

2.0.0 - 2021-04-30

Breaking Changes

  • upgrade highlight.js to the next major version (v11), which supports ESM
    • removed languages: c-like, htmlbars, sql_more

Features

  • added languages: nestedtext, wasm
  • 143 new styles
m
metonym
published 2.0.0-rc.1 •

Changelog

Source

2.0.0-rc.1 - 2021-04-30

Fixes

  • omit .js extension when importing highlight.js language
  • sort types/styles/index.d.ts by name
m
metonym
published 2.0.0-rc.0 •

Changelog

Source

2.0.0-rc.0 - 2021-04-30

Breaking Changes

  • upgrade highlight.js to the next major version (v11), which supports ESM
    • removed languages: c-like, htmlbars, sql_more

Features

  • added languages: nestedtext, wasm
  • 143 new styles
m
metonym
published 1.0.1 •

Changelog

Source

1.0.1 - 2021-04-23

Fixes

  • fix typos in README.md
m
metonym
published 1.0.0 •

Changelog

Source

1.0.0 - 2021-04-23

Breaking Changes

  • upgrade highlight.js to version 10.7
  • remove all forwarded events from Highlight, HighlightSvelte
  • remove legacy component; replace with Highlight.svelte as the default export
  • remove Rollup from build process; only ship Svelte source code and languages/styles as ESM
  • remove highlightjs-svelte dependency; use XML/JavaScript/CSS as sublanguages

Features

  • add HighlightAuto component that auto highlights code
  • major bundle size improvements by using only the core library

Fixes

  • correctly type languages/styles

Other

  • drop Node.js v12 from Travis CI build config

Documentation

  • use SvelteKit instead of Sapper for the documentation/live demo site
  • provide correct NPM install command
m
metonym
published 0.7.1 •

Changelog

Source

0.7.1 - 2021-02-13

Fixes

  • include types folder in published files