Socket
Socket
Sign inDemoInstall

lowlight

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lowlight - npm Package Compare versions

Comparing version 2.4.1 to 2.5.0

3

lib/all.d.ts

@@ -1,2 +0,1 @@

export {lowlight}
import {lowlight} from './common.js'
export {lowlight} from './common.js'

@@ -159,3 +159,2 @@ import $1c from 'highlight.js/lib/languages/1c'

export {lowlight}
lowlight.registerLanguage('1c', $1c)

@@ -317,1 +316,3 @@ lowlight.registerLanguage('abnf', abnf)

lowlight.registerLanguage('zephir', zephir)
export {lowlight} from './common.js'

@@ -1,2 +0,1 @@

export {lowlight}
import {lowlight} from './core.js'
export {lowlight} from './core.js'

@@ -38,3 +38,2 @@ import arduino from 'highlight.js/lib/languages/arduino'

export {lowlight}
lowlight.registerLanguage('arduino', arduino)

@@ -75,1 +74,3 @@ lowlight.registerLanguage('bash', bash)

lowlight.registerLanguage('yaml', yaml)
export {lowlight} from './core.js'
{
"name": "lowlight",
"version": "2.4.1",
"version": "2.5.0",
"description": "Virtual syntax highlighting for virtual DOMs and non-HTML things",

@@ -42,3 +42,3 @@ "license": "MIT",

"fault": "^2.0.0",
"highlight.js": "~11.3.0"
"highlight.js": "~11.4.0"
},

@@ -50,3 +50,3 @@ "devDependencies": {

"c8": "^7.0.0",
"chalk": "^4.0.0",
"chalk": "^5.0.0",
"estree-util-is-identifier-name": "^2.0.0",

@@ -64,3 +64,3 @@ "mdast-zone": "^5.0.0",

"unist-util-remove-position": "^4.0.0",
"xo": "^0.46.0"
"xo": "^0.47.0"
},

@@ -67,0 +67,0 @@ "scripts": {

@@ -472,3 +472,3 @@ <!--lint disable no-html-->

* [ ] `julia` — Julia
* [ ] `julia-repl` — Julia REPL
* [ ] `julia-repl` (`jldoctest`) — Julia REPL
* [x] `kotlin` (`kt`, `kts`) — Kotlin

@@ -475,0 +475,0 @@ * [ ] `lasso` (`ls`, `lassoscript`) — Lasso

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