New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular2-infinite-scroll

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-infinite-scroll - npm Package Compare versions

Comparing version 0.3.42 to 0.3.43

angular2-infinite-scroll.d.ts

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## v 0.3.42
* updated deprecated link
## v 0.3.41
* added deprecates link
## v 0.3.4
## v 0.3.3 (2017/03/01)

@@ -2,0 +11,0 @@

5

package.json
{
"name": "angular2-infinite-scroll",
"version": "0.3.42",
"version": "0.3.43",
"description": "An infinite scroll directive for angular2",

@@ -18,3 +18,3 @@ "main": "angular2-infinite-scroll.js",

"postversion": "git push origin master",
"_prepublish": "node ./node_modules/@angular/compiler-cli/src/main.js && node make.js",
"prepublish": "node ./node_modules/@angular/compiler-cli/src/main.js && node make.js",
"pretest": "npm run clean",

@@ -25,2 +25,3 @@ "preversion": "npm run clean && npm run prepublish && npm test",

"test": "karma start karma.conf.js",
"version": "git add ./",
"watch": "tsc --project ./src --watch"

@@ -27,0 +28,0 @@ },

13

README.md

@@ -0,1 +1,2 @@

[![Build Status](https://travis-ci.org/orizens/angular2-infinite-scroll.svg?branch=master)](https://travis-ci.org/orizens/angular2-infinite-scroll)
# DEPRECATED - Please Use The New NGX-Infinite-Scroll

@@ -8,3 +9,3 @@ [ngx-infinite-scroll](http://github.com/orizens/ngx-infinite-scroll)

## Angular Support
Supports in Angular - **Final - 2.x.x**
Supports in Angular **> +2, 4**

@@ -149,13 +150,3 @@ ## Angular Consulting Services

## Testing
To start developing tdd/bdd style: ```npm run dev```
This will: compile ts files, watch for changes and start the test task. Whenever a ts file is changed, it will rerun the tests.
Travis-ci is integrated
### Credits For Tests Setup
[ng2-test-seed](https://github.com/juliemr/ng2-test-seed) has been a huge help and source of inspiration. At first, copy & paste, then, customisation to adapt to this code repository.
Thanks [@juliemr](https://github.com/juliemr)!
# Showcase Examples
* [Echoes Player Ng2 Version](http://orizens.github.io/echoes-ng2) ([github repo for echoes player](http://github.com/orizens/echoes-ng2))
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