ngx-virtual-scroller
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 8 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
12464265
170
16984
0
0
0
530
0
1
20
2
80
9
+ Added@tweenjs/tween.js@^17.1.0
+ Added@tweenjs/tween.js@17.6.0(transitive)