Socket
Socket
Sign inDemoInstall

ngx-virtual-scroller

Package Overview
Dependencies
6
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

2

CHANGELOG.md

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

# v2.0.1
# v2.0.2

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

{
"name": "ngx-virtual-scroller",
"version": "2.0.1",
"version": "2.0.2",
"description": "Angular module for virtual -infinite- list. Supports horizontal/vertical, variable heights, & multi-column",
"main": "dist/virtual-scroller.js",
"files": [
"dist"
],
"types": "dist/virtual-scroller.d.ts",

@@ -10,3 +13,3 @@ "scripts": {

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

@@ -45,3 +48,10 @@ "prepare": "npm run build:docs && npm run build",

"homepage": "https://github.com/rintoj/ngx-virtual-scroller#readme",
"peerDependencies": {
"@angular/core": ">=6.0.0"
},
"dependencies": {
"@tweenjs/tween.js": "17.3.0",
"@types/tween.js": "17.2.0"
},
"devDependencies": {
"@angular/common": "7.2.12",

@@ -54,10 +64,6 @@ "@angular/compiler": "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": {
"zone.js": "0.9.0",
"@angular/cli": "7.3.8",

@@ -64,0 +70,0 @@ "@angular/compiler-cli": "7.2.12",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc