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.17.0 to 1.18.0

1

index.js

@@ -264,2 +264,3 @@ 'use strict'

low.registerLanguage('sqf', require('highlight.js/lib/languages/sqf'))
low.registerLanguage('sql_more', require('highlight.js/lib/languages/sql_more'))
low.registerLanguage('sql', require('highlight.js/lib/languages/sql'))

@@ -266,0 +267,0 @@ low.registerLanguage('stan', require('highlight.js/lib/languages/stan'))

9

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

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

"fault": "^1.0.0",
"highlight.js": "~10.4.0"
"highlight.js": "~10.5.0"
},

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

"unist-util-remove-position": "^3.0.0",
"xo": "^0.34.0"
"xo": "^0.37.0"
},

@@ -72,4 +72,5 @@ "scripts": {

"rules": {
"unicorn/no-array-callback-reference": "off",
"unicorn/no-fn-reference-in-iterator": "off",
"unicorn/prefer-optional-catch-binding": "off",
"unicorn/no-fn-reference-in-iterator": "off",
"unicorn/prefer-includes": "off",

@@ -76,0 +77,0 @@ "guard-for-in": "off"

@@ -13,3 +13,3 @@ # lowlight

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

@@ -16,0 +16,0 @@ Want to use [Prism][] instead?

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