Socket
Socket
Sign inDemoInstall

ngx-virtual-scroller

Package Overview
Dependencies
1
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

CHANGELOG.md

75

package.json
{
"name": "ngx-virtual-scroller",
"version": "1.0.0",
"description": "",
"main": "index.js",
"version": "1.0.1",
"description": "Angular 4+ module for virtual -infinite- list. Supports horizontal/vertical, variable heights, & multi-column",
"main": "dist/virtual-scroll.js",
"types": "dist/virtual-scroll.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"cleanup": "rimraf dist",
"build": "npm run cleanup && npm run ngc",
"build:docs": "rimraf docs && cd demo && npm run build && mv dist ../docs && cd .. && npm run replace:base",
"replace:base": "replace '<base href=\"/\">' '<base href=\"/ngx-virtual-scroller/\">' docs/index.html ",
"lint": "tslint src/**/*.ts",
"prepublish": "npm run build",
"start": "npm run watch",
"test": "npm test",
"ngc": "ngc",
"tslint": "tslint",
"watch": "ngc -- -w",
"update-npm-versions": "npm-check --skip-unused --update-all --save-exact --ignore typescript"
},
"keywords": [],
"author": "",
"license": "ISC"
"repository": {
"type": "git",
"url": "git+https://github.com/rintoj/ngx-virtual-scroller.git"
},
"keywords": [
"virtual scroll",
"scroll",
"ngx",
"angular",
"angular 2"
],
"contributors": [
{
"name": "Rinto Jose"
},
{
"name": "Devin Garner"
},
{
"name": "Pavel Kukushkin"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/rintoj/ngx-virtual-scroller/issues"
},
"homepage": "https://github.com/rintoj/ngx-virtual-scroller#readme",
"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",
"@types/tween.js": "^16.6.1",
"codelyzer": "^2.0.0",
"core-js": "^2.4.1",
"replace": "^1.0.0",
"rimraf": "^2.6.1",
"rxjs": "^5.4.2",
"tslint": "^5.5.0",
"typescript": "2.4.1",
"zone.js": "^0.8.13"
},
"dependencies": {
"@tweenjs/tween.js": "^17.1.0"
}
}
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