Socket
Socket
Sign inDemoInstall

ngx-page-scroll

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-page-scroll - npm Package Compare versions

Comparing version 7.0.5 to 7.0.6

8

package.json
{
"name": "ngx-page-scroll",
"version": "7.0.5",
"version": "7.0.6",
"description": "Convenience directive for animated scrolling functionality for angular written in pure typescript",

@@ -27,5 +27,5 @@ "keywords": [

"peerDependencies": {
"ngx-page-scroll-core": "7.0.5",
"@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0",
"@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0"
"ngx-page-scroll-core": "7.0.6",
"@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0 || ^12.0.0",
"@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0 || ^12.0.0"
},

@@ -32,0 +32,0 @@ "dependencies": {

@@ -10,3 +10,3 @@ # ngx-page-scroll [![npm version](https://img.shields.io/npm/v/ngx-page-scroll.svg?style=flat)](https://www.npmjs.com/package/ngx-page-scroll) [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)

[![Known Vulnerabilities](https://snyk.io/test/github/Nolanus/ngx-page-scroll/badge.svg)](https://snyk.io/test/github/Nolanus/ngx-page-scroll)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2b93ea8939824803b0807b72a8c2f5a0)](https://www.codacy.com/app/sebastian-fuss/ngx-page-scroll?utm_source=github.com&utm_medium=referral&utm_content=Nolanus/ngx-page-scroll&utm_campaign=Badge_Grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/aa10be6ea5654211bb451c6ade2f1ff6)](https://www.codacy.com/gh/Nolanus/ngx-page-scroll/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Nolanus/ngx-page-scroll&utm_campaign=Badge_Grade)

@@ -34,4 +34,5 @@ ## Features

- [Directive API](#directive-api)
- [FAQ and common problems](#faq-and-common-problems)
### Version compatibility

@@ -43,3 +44,3 @@

| -------------------------------------------- | -------------------------- | -------------------------------------------------------------------------- |
| v7.x | v11, v10, v9, v8 | [README](README.md) |
| v7.x | v12, v11, v10, v9, v8 | [README](README.md) |
| v6.x | v8, v7 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v6.0.2/README.md) |

@@ -99,3 +100,2 @@ | v5.x | v6 | [README](https://github.com/Nolanus/ngx-page-scroll/blob/v5.0.1/README.md) |

### Configuration

@@ -238,4 +238,8 @@

## FAQ and common problems
Please have a look at the wiki section of the GitHub repo at [https://github.com/Nolanus/ngx-page-scroll/wiki/FAQ](https://github.com/Nolanus/ngx-page-scroll/wiki/FAQ) for frequent questions and problems.
## License
[MIT](LICENSE)
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