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.0.0 to 1.1.0

5

history.md

@@ -5,3 +5,8 @@ <!--remark setext-->

1.1.0 / 2016-04-24
==================
* Update dependencies ([`04e66f4`](https://github.com/wooorm/lowlight/commit/04e66f4))
1.0.0 / 2016-01-26
==================

9

lib/core.js

@@ -205,3 +205,3 @@ /**

mode.lexemesRe = langRe(mode.lexemes || /\b\w+\b/, true);
mode.lexemesRe = langRe(mode.lexemes || /\w+/, true);

@@ -359,2 +359,3 @@ if (parent) {

function pop() {
/* istanbul ignore next - removed in hljs 9.3 */
currentChildren = stack.pop() || children;

@@ -622,5 +623,9 @@ }

function processBuffer() {
return top.subLanguage !== undefined ?
var result = top.subLanguage !== undefined ?
processSubLanguage() :
processKeywords();
modeBuffer = EMPTY;
return result;
}

@@ -627,0 +632,0 @@

{
"name": "lowlight",
"version": "1.0.0",
"version": "1.1.0",
"description": "Virtual syntax highlighting for virtual DOMs and non-HTML things",

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

"dependencies": {
"highlight.js": "^9.1.0"
"highlight.js": "^9.3.0"
},

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc