ngx-page-scroll
Advanced tools
Comparing version 7.0.1 to 7.0.2
{ | ||
"name": "ngx-page-scroll", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "Convenience directive for animated scrolling functionality for angular written in pure typescript", | ||
@@ -27,17 +27,9 @@ "keywords": [ | ||
"peerDependencies": { | ||
"ngx-page-scroll-core": "7.0.1", | ||
"@angular/common": "^8.0.0 || ^9.0.0", | ||
"@angular/core": "^8.0.0 || ^9.0.0", | ||
"tslib": "^1.10.0" | ||
"ngx-page-scroll-core": "7.0.2", | ||
"@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.0", | ||
"@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.0" | ||
}, | ||
"main": "bundles/ngx-page-scroll.umd.js", | ||
"module": "fesm5/ngx-page-scroll.js", | ||
"es2015": "fesm2015/ngx-page-scroll.js", | ||
"esm5": "esm5/ngx-page-scroll.js", | ||
"esm2015": "esm2015/ngx-page-scroll.js", | ||
"fesm5": "fesm5/ngx-page-scroll.js", | ||
"fesm2015": "fesm2015/ngx-page-scroll.js", | ||
"typings": "ngx-page-scroll.d.ts", | ||
"metadata": "ngx-page-scroll.metadata.json", | ||
"sideEffects": false | ||
"dependencies": { | ||
"tslib": "^2.0.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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
0
10693
12
302
1
1
0
+ Addedtslib@^2.0.0
+ Added@angular/common@10.2.5(transitive)
+ Added@angular/core@10.2.5(transitive)
+ Addedngx-page-scroll-core@7.0.2(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@angular/common@9.1.13(transitive)
- Removed@angular/core@9.1.13(transitive)
- Removedngx-page-scroll-core@7.0.1(transitive)