ngx-treeview
Advanced tools
Comparing version 0.0.5 to 1.0.0
{ | ||
"name": "ngx-treeview", | ||
"version": "0.0.5", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"description": "An Angular treeview component with checkbox", | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"start": "ng serve", | ||
"build": "npm run build:lib && npm run build:demo", | ||
"build:demo": "npm run clean && ng build --prod", | ||
"build:lib": "npm run clean && ngc && copyfiles package.json README.md LICENSE dist/", | ||
"start": "ng serve --app lib", | ||
"start:demo": "npm run build:demo && lite-server -c bs-config.json", | ||
"lint": "ng lint", | ||
"test": "ng test", | ||
"test-coverage": "ng test --code-coverage", | ||
"test-ci": "ng test --watch=false --code-coverage", | ||
"lint": "ng lint", | ||
"test-ci": "ng test --watch=false --code-coverage --single-run=true", | ||
"e2e": "ng e2e", | ||
"pub": "npm run pub:lib && npm run pub:demo", | ||
"build:lib": "rimraf dist/lib && ngc -p tsconfig-lib.json && gulp && rollup -c rollup.config.js && copyfiles package.json README.md LICENSE dist/lib", | ||
"build:demo": "npm run build:lib && rimraf dist/demo && ng build --app demo --prod", | ||
"build": "rimraf dist && npm run build:demo", | ||
"pub:demo": "npm run build:demo -- --base-href /ngx-treeview/ && gh-pages -d dist/demo", | ||
"pub:lib": "npm run build:lib && npm publish dist" | ||
"pub:lib": "npm run build:lib && npm publish dist/lib", | ||
"pub": "rimraf dist && npm run pub:lib && npm run pub:demo", | ||
"ci": "npm run lint && npm run test-ci && npm run e2e" | ||
}, | ||
@@ -42,6 +43,6 @@ "keywords": [ | ||
}, | ||
"main": "lib/index.js", | ||
"module": "lib/index.js", | ||
"jsnext:main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"main": "./bundles/ngx-treeview.umd.js", | ||
"module": "./src/index.js", | ||
"jsnext:main": "src/index.js", | ||
"typings": "./src/index.d.ts", | ||
"private": false, | ||
@@ -55,38 +56,41 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@angular/cli": "^1.0.1", | ||
"@angular/common": "^4.1.0", | ||
"@angular/compiler": "^4.1.0", | ||
"@angular/compiler-cli": "^4.1.0", | ||
"@angular/core": "^4.1.0", | ||
"@angular/forms": "^4.1.0", | ||
"@angular/http": "^4.1.0", | ||
"@angular/platform-browser": "^4.1.0", | ||
"@angular/platform-browser-dynamic": "^4.1.0", | ||
"@angular/router": "^4.1.0", | ||
"@angular/cli": "^1.1.1", | ||
"@angular/common": "^4.2.2", | ||
"@angular/compiler": "^4.2.2", | ||
"@angular/compiler-cli": "^4.2.2", | ||
"@angular/core": "^4.2.2", | ||
"@angular/forms": "^4.2.2", | ||
"@angular/platform-browser": "^4.2.2", | ||
"@angular/platform-browser-dynamic": "^4.2.2", | ||
"@angular/router": "^4.2.2", | ||
"@types/jasmine": "2.5.38", | ||
"@types/lodash": "^4.14.63", | ||
"@types/node": "~6.0.60", | ||
"@types/lodash": "^4.14.66", | ||
"@types/node": "^7.0.31", | ||
"bootstrap": "^4.0.0-alpha.6", | ||
"codelyzer": "~2.0.0", | ||
"codecov": "^2.1.0", | ||
"codelyzer": "^3.0.1", | ||
"copyfiles": "^1.2.0", | ||
"core-js": "^2.4.1", | ||
"font-awesome": "^4.7.0", | ||
"gh-pages": "^0.12.0", | ||
"jasmine-core": "~2.5.2", | ||
"jasmine-spec-reporter": "~3.2.0", | ||
"karma": "~1.4.1", | ||
"karma-chrome-launcher": "~2.0.0", | ||
"karma-cli": "~1.0.1", | ||
"karma-coverage-istanbul-reporter": "^0.2.0", | ||
"karma-jasmine": "~1.1.0", | ||
"gh-pages": "^1.0.0", | ||
"gulp": "^3.9.1", | ||
"jasmine-core": "^2.6.3", | ||
"jasmine-spec-reporter": "^4.1.0", | ||
"karma": "^1.4.1", | ||
"karma-chrome-launcher": "^2.0.0", | ||
"karma-cli": "^1.0.1", | ||
"karma-coverage-istanbul-reporter": "^1.3.0", | ||
"karma-jasmine": "^1.1.0", | ||
"karma-jasmine-html-reporter": "^0.2.2", | ||
"lite-server": "^2.3.0", | ||
"lodash": "^4.17.4", | ||
"protractor": "~5.1.0", | ||
"node-sass": "^4.5.3", | ||
"protractor": "^5.1.2", | ||
"rimraf": "^2.6.1", | ||
"rxjs": "^5.1.0", | ||
"ts-node": "~2.0.0", | ||
"tslint": "~4.5.0", | ||
"typescript": "~2.2.0", | ||
"zone.js": "^0.8.9" | ||
"rollup": "^0.43.0", | ||
"ts-node": "^3.0.6", | ||
"tslint": "^5.4.3", | ||
"typescript": "^2.4.0", | ||
"zone.js": "^0.8.12" | ||
} | ||
} | ||
} |
@@ -1,3 +0,8 @@ | ||
# ngx-treeview [](https://travis-ci.org/leovo2708/ngx-treeview) [](https://www.npmjs.com/package/ngx-treeview) | ||
[](https://travis-ci.org/leovo2708/ngx-treeview) | ||
[](https://codecov.io/gh/leovo2708/ngx-treeview) | ||
[](https://www.npmjs.com/package/ngx-treeview) | ||
[]() | ||
# ngx-treeview | ||
An Angular treeview component with checkbox | ||
@@ -4,0 +9,0 @@ |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
216536
2158
1
143
38
50
2
1