@harvest-dev/ng-perfect-scrollbar
Advanced tools
Comparing version 16.1.1 to 16.1.2
{ | ||
"name": "@harvest-dev/ng-perfect-scrollbar", | ||
"version": "16.1.1", | ||
"description": "Angular wrapper library for the Perfect Scrollbar", | ||
"version": "16.1.2", | ||
"license": "MIT", | ||
@@ -11,3 +12,5 @@ "private": false, | ||
"dependencies": { | ||
"tslib": "^2.3.0" | ||
"tslib": "^2.3.0", | ||
"perfect-scrollbar": "^1.5.5", | ||
"resize-observer-polyfill": "^1.5.1" | ||
}, | ||
@@ -14,0 +17,0 @@ "sideEffects": false, |
@@ -5,2 +5,4 @@ [![npm version](https://badge.fury.io/js/@harvest-dev/ngx-perfect-scrollbar.svg)](https://badge.fury.io/js/@harvest-dev/ngx-perfect-scrollbar) [![Downloads](https://img.shields.io/npm/dm/@harvest/ngx-perfect-scrollbar.svg)](https://www.npmjs.com/package/@harvest-dev/ngx-perfect-scrollbar) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/Harvest-Dev/ng-select2/master/LICENSE.md) | ||
This fork of [ngx-perfect-scrollbar](https://github.com/zefoy/ngx-perfect-scrollbar) is an Angular wrapper library for the [Perfect Scrollbar](https://utatti.github.io/perfect-scrollbar/). To use this library you should get familiar with the Perfect Scrollbar documentation as well since this documentation only explains details specific to this wrapper. | ||
### Quick links | ||
@@ -7,0 +9,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
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
220331
173
5
+ Addedperfect-scrollbar@^1.5.5
+ Addedperfect-scrollbar@1.5.6(transitive)
+ Addedresize-observer-polyfill@1.5.1(transitive)