Socket
Socket
Sign inDemoInstall

ngx-virtual-scroller

Package Overview
Dependencies
4
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

dist/bundles/ngx-virtual-scroller.umd.js

4

CHANGELOG.md

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

# v2.0.4
* Use ng-packagr to properly format npm publish for Angular consumption (Ivy support)
# v2.0.3

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

23

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

@@ -12,6 +12,6 @@ "main": "dist/virtual-scroller.js",

"cleanup": "rimraf dist",
"build": "npm run cleanup && npm run ngc",
"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",
"build": "ng-packagr -p package.json",
"build:docs": "rimraf demo/node_modules/ngx-virtual-scroller && cd dist && copyfiles **/* ../demo/node_modules/ngx-virtual-scroller && cd .. && 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",
"prepare": "npm run build:docs && npm run build",
"prepare": "npm run build && npm run build:docs",
"test": "npm test",

@@ -21,2 +21,7 @@ "ngc": "ngc",

},
"ngPackage": {
"lib": {
"entryFile": "src/virtual-scroller.ts"
}
},
"repository": {

@@ -52,7 +57,6 @@ "type": "git",

},
"dependencies": {
"dependencies": { },
"devDependencies": {
"@tweenjs/tween.js": "17.3.0",
"@types/tween.js": "17.2.0"
},
"devDependencies": {
"@types/tween.js": "17.2.0",
"@angular/common": "7.2.12",

@@ -81,4 +85,5 @@ "@angular/compiler": "7.2.12",

"tslint": "5.15.0",
"typescript": "3.2.4"
"typescript": "3.2.4",
"ng-packagr": "5.0.1"
}
}
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