Socket
Socket
Sign inDemoInstall

ngx-virtual-scroller

Package Overview
Dependencies
13
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

dist/virtual-scroller.d.ts

2

CHANGELOG.md

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

# v2.0.0
# v2.0.1

@@ -3,0 +3,0 @@ * Update to latest version of Angular

{
"name": "ngx-virtual-scroller",
"version": "2.0.0",
"version": "2.0.1",
"description": "Angular module for virtual -infinite- list. Supports horizontal/vertical, variable heights, & multi-column",

@@ -10,3 +10,3 @@ "main": "dist/virtual-scroller.js",

"build": "npm run cleanup && npm run ngc",
"build:docs": "cd demo && npm run build && copyfiles dist/* ../docs -f && cd .. && replace \"<base href=\\\"/\\\">\" \"<base href=\\\"/ngx-virtual-scroller/\\\">\" docs/index.html",
"build:docs": "rimraf docs && mkdir docs && cd demo && npm run build && copyfiles dist/demo/* ../docs -f && cd .. && replace \"<base href=\\\"/\\\">\" \"<base href=\\\"/ngx-virtual-scroller/\\\">\" docs/index.html",
"lint": "tslint src/**/*.ts",

@@ -45,17 +45,25 @@ "prepare": "npm run build:docs && npm run build",

"homepage": "https://github.com/rintoj/ngx-virtual-scroller#readme",
"devDependencies": {
"@angular/cli": "7.3.8",
"dependencies": {
"@angular/common": "7.2.12",
"@angular/compiler": "7.2.12",
"@angular/compiler-cli": "7.2.12",
"@angular/core": "7.2.12",
"@angular/forms": "7.2.12",
"@angular/http": "7.2.12",
"@angular/platform-browser": "7.2.12",
"@angular/platform-browser-dynamic": "7.2.12",
"@angular/router": "7.2.12",
"@tweenjs/tween.js": "17.3.0",
"@types/tween.js": "17.2.0",
"core-js": "3.0.0",
"rxjs": "6.4.0",
"tslib": "^1.9.0",
"zone.js": "0.9.0"
},
"devDependencies": {
"@angular/cli": "7.3.8",
"@angular/compiler-cli": "7.2.12",
"@angular/language-service": "~7.2.0",
"@angular/http": "7.2.12",
"@types/node": "11.13.0",
"codelyzer": "5.0.0",
"copyfiles": "^2.1.0",
"core-js": "3.0.0",
"npm-check": "5.9.0",

@@ -65,11 +73,5 @@ "replace": "1.1.0",

"rimraf": "2.6.3",
"rxjs": "6.4.0",
"tslint": "5.15.0",
"typescript": "3.2.4",
"zone.js": "0.9.0"
},
"dependencies": {
"@tweenjs/tween.js": "17.3.0",
"@types/tween.js": "17.2.0"
"typescript": "3.2.4"
}
}

@@ -13,3 +13,2 @@

* Angular 4+ compatible module
* Supports multi-column

@@ -16,0 +15,0 @@ * Easy to use apis

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc