ngx-highlight-js
Advanced tools
Comparing version 16.1.0 to 17.0.0-rc.0
@@ -5,2 +5,2 @@ /** | ||
/// <amd-module name="ngx-highlight-js" /> | ||
export * from './public_api'; | ||
export * from './public-api'; |
{ | ||
"name": "ngx-highlight-js", | ||
"version": "16.1.0", | ||
"version": "17.0.0-rc.0", | ||
"description": "Angular for syntax highlighting with highlight.js", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"dependencies": { | ||
"highlight.js": "^11.0.0", | ||
"highlight.js": "^11.9.0", | ||
"tslib": "^2.3.0" | ||
@@ -27,0 +27,0 @@ }, |
@@ -26,5 +26,4 @@ import { ElementRef, OnDestroy, AfterViewInit, NgZone } from '@angular/core'; | ||
private initMutation; | ||
private destroyMutation; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<HighlightJsDirective, [null, { optional: true; }, null, { optional: true; }, null]>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<HighlightJsDirective, "[highlight-js]", ["highlightJs"], { "options": { "alias": "options"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; "code": { "alias": "code"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, never, true, never>; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
45101
367
1
Updatedhighlight.js@^11.9.0