Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-scroll-event

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-scroll-event - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

24

package.json
{
"name": "ngx-scroll-event",
"version": "1.0.3",
"version": "1.0.4",
"description": "An Angular 2+ directive to handle scroll events on an element.",

@@ -35,6 +35,6 @@ "scripts": {

"peerDependencies": {
"@angular/common": "^2.1.0",
"@angular/compiler": "^2.1.0",
"@angular/core": "^2.1.0",
"@angular/platform-browser": "^2.1.0",
"@angular/common": "^2.4.0",
"@angular/compiler": "^2.4.5",
"@angular/core": "^2.4.0",
"@angular/platform-browser": "^2.4.5",
"@angular/router": "^3.2.0",

@@ -45,8 +45,8 @@ "rxjs": "^5.0.1",

"devDependencies": {
"@angular/common": "^2.1.0",
"@angular/compiler": "^2.1.0",
"@angular/compiler-cli": "^2.1.0",
"@angular/core": "^2.1.0",
"@angular/platform-browser": "^2.1.0",
"@angular/platform-server": "^2.1.0",
"@angular/common": "^2.4.0",
"@angular/compiler": "^2.4.5",
"@angular/compiler-cli": "^2.4.5",
"@angular/core": "^2.4.0",
"@angular/platform-browser": "^2.4.5",
"@angular/platform-server": "^2.4.5",
"@types/es6-shim": "^0.31.32",

@@ -60,3 +60,3 @@ "@types/jasmine": "^2.5.40",

"typescript": "^2.0.2",
"zone.js": "^0.7.2"
"zone.js": "0.7.2"
},

@@ -63,0 +63,0 @@ "engines": {

@@ -29,3 +29,3 @@ # ngx-scroll-event

...,
ScrollEventModule.forRoot(),
ScrollEventModule,
...,

@@ -70,3 +70,3 @@ ]

if (event.isWindowEvent) {
console.log(`This event is hapening on Window not on an element.`);
console.log(`This event is fired on Window not on an element.`);
}

@@ -76,2 +76,2 @@

}
```
```

@@ -14,9 +14,3 @@ {

"node_modules/@types"
],
"paths": {
"@angular/*": [
"../node_modules/@angular/*"
]
},
"baseUrl": "."
]
},

@@ -23,0 +17,0 @@ "exclude": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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