ngx-highlightjs
Advanced tools
Comparing version 5.0.0 to 6.0.0
{ | ||
"name": "ngx-highlightjs", | ||
"version": "5.0.0", | ||
"version": "6.0.0", | ||
"description": "Instant code highlighting, auto-detect language, super easy to use.", | ||
@@ -28,3 +28,3 @@ "homepage": "http://github.com/murhafsousli/ngx-highlightjs", | ||
"dependencies": { | ||
"highlight.js": ">=11.0.0", | ||
"highlight.js": "^11.0.0", | ||
"highlightjs-line-numbers.js": "^2.8.0", | ||
@@ -34,13 +34,34 @@ "tslib": "^2.0.0" | ||
"peerDependencies": { | ||
"@angular/common": ">=12.0.0", | ||
"@angular/core": ">=12.0.0", | ||
"rxjs": ">=6.0.0" | ||
"@angular/common": "^13.0.0", | ||
"@angular/core": "^13.0.0", | ||
"rxjs": "^6.0.0" | ||
}, | ||
"main": "bundles/ngx-highlightjs.umd.js", | ||
"module": "fesm2015/ngx-highlightjs.js", | ||
"es2015": "fesm2015/ngx-highlightjs.js", | ||
"esm2015": "esm2015/ngx-highlightjs.js", | ||
"fesm2015": "fesm2015/ngx-highlightjs.js", | ||
"module": "fesm2015/ngx-highlightjs.mjs", | ||
"es2020": "fesm2020/ngx-highlightjs.mjs", | ||
"esm2020": "esm2020/ngx-highlightjs.mjs", | ||
"fesm2020": "fesm2020/ngx-highlightjs.mjs", | ||
"fesm2015": "fesm2015/ngx-highlightjs.mjs", | ||
"typings": "ngx-highlightjs.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./ngx-highlightjs.d.ts", | ||
"esm2020": "./esm2020/ngx-highlightjs.mjs", | ||
"es2020": "./fesm2020/ngx-highlightjs.mjs", | ||
"es2015": "./fesm2015/ngx-highlightjs.mjs", | ||
"node": "./fesm2015/ngx-highlightjs.mjs", | ||
"default": "./fesm2020/ngx-highlightjs.mjs" | ||
}, | ||
"./plus": { | ||
"types": "./plus/ngx-highlightjs-plus.d.ts", | ||
"esm2020": "./esm2020/plus/ngx-highlightjs-plus.mjs", | ||
"es2020": "./fesm2020/ngx-highlightjs-plus.mjs", | ||
"es2015": "./fesm2015/ngx-highlightjs-plus.mjs", | ||
"node": "./fesm2015/ngx-highlightjs-plus.mjs", | ||
"default": "./fesm2020/ngx-highlightjs-plus.mjs" | ||
} | ||
}, | ||
"sideEffects": false | ||
} |
{ | ||
"main": "../bundles/ngx-highlightjs-plus.umd.js", | ||
"module": "../fesm2015/ngx-highlightjs-plus.js", | ||
"es2015": "../fesm2015/ngx-highlightjs-plus.js", | ||
"esm2015": "../esm2015/plus/ngx-highlightjs-plus.js", | ||
"fesm2015": "../fesm2015/ngx-highlightjs-plus.js", | ||
"module": "../fesm2015/ngx-highlightjs-plus.mjs", | ||
"es2020": "../fesm2020/ngx-highlightjs-plus.mjs", | ||
"esm2020": "../esm2020/plus/ngx-highlightjs-plus.mjs", | ||
"fesm2020": "../fesm2020/ngx-highlightjs-plus.mjs", | ||
"fesm2015": "../fesm2015/ngx-highlightjs-plus.mjs", | ||
"typings": "ngx-highlightjs-plus.d.ts", | ||
@@ -8,0 +8,0 @@ "sideEffects": false, |
@@ -143,3 +143,3 @@ <p align="center"> | ||
| **[lineNumbers]** | boolean | A flag that indicates adding line numbers to highlighted code element | | ||
| **(highlighted)** | HighlightResult | Stream that emits the result object when element is highlighted | | ||
| **(highlighted)** | HighlightAutoResult | Stream that emits the result object when element is highlighted | | ||
@@ -146,0 +146,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
238878
2045
1
+ Added@angular/common@13.4.0(transitive)
+ Added@angular/core@13.4.0(transitive)
+ Addedrxjs@6.6.7(transitive)
+ Addedtslib@1.14.1(transitive)
+ Addedzone.js@0.11.8(transitive)
- Removed@angular/common@19.0.3(transitive)
- Removed@angular/core@19.0.3(transitive)
- Removedrxjs@7.8.1(transitive)
- Removedzone.js@0.15.0(transitive)
Updatedhighlight.js@^11.0.0