Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/highlight.js

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/highlight.js - npm Package Compare versions

Comparing version 9.1.10 to 9.12.0

6

highlight.js/index.d.ts

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

// Type definitions for highlight.js v9.1.0
// Type definitions for highlight.js v9.12
// Project: https://github.com/isagalaev/highlight.js

@@ -12,3 +12,3 @@ // Definitions by: Niklas Mollenhauer <https://github.com/nikeee>, Jeremy Hull <https://github.com/sourrust>

ignore_illegals?: boolean,
continuation?: boolean) : IHighlightResult;
continuation?: ICompiledMode) : IHighlightResult;
export function highlightAuto(

@@ -160,2 +160,2 @@ value: string,

export = hljs;
}
}
{
"name": "@types/highlight.js",
"version": "9.1.10",
"version": "9.12.0",
"description": "TypeScript definitions for highlight.js",

@@ -9,7 +9,9 @@ "license": "MIT",

"name": "Niklas Mollenhauer",
"url": "https://github.com/nikeee"
"url": "https://github.com/nikeee",
"githubUsername": "nikeee"
},
{
"name": "Jeremy Hull",
"url": "https://github.com/sourrust"
"url": "https://github.com/sourrust",
"githubUsername": "sourrust"
}

@@ -24,4 +26,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "5a7160bb79bac1bdab31814d6de66d5c95ed8458b4b5ca4b121fff02daa805d3",
"typesPublisherContentHash": "a7f51b6d5d17935cb3667ac150e50d918ea7862440670b679577717bef26f2c9",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 21 Aug 2017 21:55:03 GMT
* Last updated: Fri, 10 Nov 2017 21:46:06 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: hljs

Sorry, the diff of this file is not supported yet

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