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 1.7.0 to 1.8.0

2

index.js

@@ -98,2 +98,3 @@ /**

low.registerLanguage('javascript', require('highlight.js/lib/languages/javascript'));
low.registerLanguage('jboss-cli', require('highlight.js/lib/languages/jboss-cli'));
low.registerLanguage('json', require('highlight.js/lib/languages/json'));

@@ -157,2 +158,3 @@ low.registerLanguage('julia', require('highlight.js/lib/languages/julia'));

low.registerLanguage('scss', require('highlight.js/lib/languages/scss'));
low.registerLanguage('shell', require('highlight.js/lib/languages/shell'));
low.registerLanguage('smali', require('highlight.js/lib/languages/smali'));

@@ -159,0 +161,0 @@ low.registerLanguage('smalltalk', require('highlight.js/lib/languages/smalltalk'));

4

package.json
{
"name": "lowlight",
"version": "1.7.0",
"version": "1.8.0",
"description": "Virtual syntax highlighting for virtual DOMs and non-HTML things",

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

"dependencies": {
"highlight.js": "~9.10.0"
"highlight.js": "~9.11.0"
},

@@ -30,0 +30,0 @@ "devDependencies": {

@@ -8,3 +8,3 @@ # lowlight [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]

Lowlight is built to work with all syntaxes supported by [highlight.js][],
that’s [172 languages][names] (and all 73 themes).
that’s [174 languages][names] (and all 73 themes).

@@ -11,0 +11,0 @@ ## Table of Contents

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