Socket
Socket
Sign inDemoInstall

ngx-virtual-scroller

Package Overview
Dependencies
2
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.17 to 2.0.0

dist/node_modules/@angular/common/common.ngfactory.d.ts

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# v2.0.0
* Update to latest version of Angular
# v1.0.17

@@ -2,0 +6,0 @@

54

package.json
{
"name": "ngx-virtual-scroller",
"version": "1.0.17",
"description": "Angular 4+ module for virtual -infinite- list. Supports horizontal/vertical, variable heights, & multi-column",
"version": "2.0.0",
"description": "Angular module for virtual -infinite- list. Supports horizontal/vertical, variable heights, & multi-column",
"main": "dist/virtual-scroller.js",

@@ -12,8 +12,5 @@ "types": "dist/virtual-scroller.d.ts",

"lint": "tslint src/**/*.ts",
"prepublish": "npm run build:docs && npm run build",
"start": "npm run watch",
"prepare": "npm run build:docs && npm run build",
"test": "npm test",
"ngc": "ngc",
"tslint": "tslint",
"watch": "ngc -- -w",
"update-npm-versions": "npm-check --skip-unused --update-all --save-exact --ignore typescript"

@@ -49,28 +46,29 @@ },

"devDependencies": {
"@angular/cli": "^1.3.0",
"@angular/common": "^4.3.0",
"@angular/compiler": "^4.3.0",
"@angular/compiler-cli": "^4.3.0",
"@angular/core": "^4.3.0",
"@angular/forms": "^4.3.0",
"@angular/http": "^4.3.0",
"@angular/platform-browser": "^4.3.0",
"@angular/platform-browser-dynamic": "^4.3.0",
"@angular/router": "^4.3.0",
"@types/node": "^8.0.14",
"codelyzer": "^2.0.0",
"core-js": "^2.4.1",
"@angular/cli": "7.3.8",
"@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",
"@types/node": "11.13.0",
"codelyzer": "5.0.0",
"copyfiles": "^2.1.0",
"core-js": "3.0.0",
"npm-check": "5.9.0",
"replace": "1.1.0",
"replace-x": "^1.5.0",
"replace": "^1.0.0",
"copyfiles": "^2.1.0",
"rimraf": "^2.6.1",
"rxjs": "^5.4.2",
"tslint": "^5.5.0",
"typescript": "2.3.4",
"zone.js": "^0.8.13"
"rimraf": "2.6.3",
"rxjs": "6.4.0",
"tslint": "5.15.0",
"typescript": "3.2.4",
"zone.js": "0.9.0"
},
"dependencies": {
"@types/tween.js": "^16.6.1",
"@tweenjs/tween.js": "^17.1.0"
"@tweenjs/tween.js": "17.3.0",
"@types/tween.js": "17.2.0"
}
}

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