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.5.0 to 2.6.0

2

lib/all.js

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

import gradle from 'highlight.js/lib/languages/gradle'
import graphql from 'highlight.js/lib/languages/graphql'
import groovy from 'highlight.js/lib/languages/groovy'

@@ -222,2 +223,3 @@ import haml from 'highlight.js/lib/languages/haml'

lowlight.registerLanguage('gradle', gradle)
lowlight.registerLanguage('graphql', graphql)
lowlight.registerLanguage('groovy', groovy)

@@ -224,0 +226,0 @@ lowlight.registerLanguage('haml', haml)

6

package.json
{
"name": "lowlight",
"version": "2.5.0",
"version": "2.6.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.4.0"
"highlight.js": "~11.5.0"
},

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

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

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

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

* `lib/common.js` (default) — 35 languages
* `lib/all.js` — 191 languages
* `lib/all.js` — 192 languages

@@ -456,2 +456,3 @@ <!--index end-->

* [ ] `gradle` — Gradle
* [ ] `graphql` (`gql`) — GraphQL
* [ ] `groovy` — Groovy

@@ -458,0 +459,0 @@ * [ ] `haml` — HAML

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