@ng-select/ng-select
Advanced tools
Comparing version 0.0.0-1 to 0.0.2-alpha
112
package.json
{ | ||
"name": "@ng-select/ng-select", | ||
"version": "0.0.0-1", | ||
"description": "Angular ng-select", | ||
"author": "ng-select", | ||
"version": "0.0.2-alpha", | ||
"description": "Angular native ui select", | ||
"main": "./bundles/ng-select.umd.js", | ||
"module": "./ng-select.es5.js", | ||
"es2015": "./ng-select.js", | ||
"typings": "./ng-select.d.ts", | ||
"author": "@ng-select/ng-select", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ng-select/ng-select.git" | ||
"repository": {}, | ||
"engines": { | ||
"node": ">= 6.9.0", | ||
"npm": ">= 3.0.0" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf out-tsc dist/*", | ||
"prebuild": "npm run clean", | ||
"build": "node build.js", | ||
"build-demo": "rimraf dist && webpack --progress --profile --bail", | ||
"serve-demo": "webpack-dev-server --inline --progress --port 8080", | ||
"test-watch": "karma start karma.conf.js --no-single-run --auto-watch", | ||
"test": "karma start karma.conf.js --single-run", | ||
"preintegration": "npm run clean && npm run build && cd integration && npm install", | ||
"integration": "npm run integration:aot && npm run integration:jit", | ||
"integration:jit": "cd integration && npm run e2e", | ||
"integration:aot": "cd integration && npm run e2e:aot", | ||
"lint": "tslint ./src/**/*.ts -t verbose", | ||
"release": "standard-version" | ||
}, | ||
"peerDependencies": { | ||
"@angular/core": ">=2.4.10 <5.0.0", | ||
"@angular/forms": ">=2.4.10 <5.0.0", | ||
"@angular/common": ">=2.4.10 <5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@angular/common": "^4.3.3", | ||
"@angular/compiler": "^4.3.3", | ||
"@angular/compiler-cli": "^4.3.3", | ||
"@angular/core": "^4.3.3", | ||
"@angular/forms": "^4.3.3", | ||
"@angular/platform-browser": "^4.3.3", | ||
"@angular/platform-browser-dynamic": "^4.3.3", | ||
"@angular/router": "^4.3.3", | ||
"@angularclass/hmr": "^1.0.1", | ||
"@angularclass/hmr-loader": "^3.0.4", | ||
"@types/jasmine": "^2.5.36", | ||
"@types/node": "^6.0.85", | ||
"@types/selenium-webdriver": "2.53.39", | ||
"angular2-template-loader": "^0.6.0", | ||
"autoprefixer": "^6.3.2", | ||
"awesome-typescript-loader": "^3.2.2", | ||
"camelcase": "^4.0.0", | ||
"codelyzer": "2.0.0", | ||
"concurrently": "3.2.0", | ||
"copy-webpack-plugin": "^4.0.0", | ||
"core-js": "^2.5.0", | ||
"css-loader": "^0.26.1", | ||
"extract-text-webpack-plugin": "^2.0.0-beta.4", | ||
"file-loader": "^0.10.0", | ||
"glob": "^7.1.1", | ||
"html-loader": "^0.4.0", | ||
"html-webpack-plugin": "^2.30.1", | ||
"istanbul-instrumenter-loader": "^0.2.0", | ||
"jasmine-core": "^2.7.0", | ||
"jasmine-spec-reporter": "^3.2.0", | ||
"json-loader": "^0.5.7", | ||
"karma": "^1.5.0", | ||
"karma-chrome-launcher": "^2.0.0", | ||
"karma-cli": "^1.0.1", | ||
"karma-coverage": "^1.0.0", | ||
"karma-html-reporter": "^0.2.7", | ||
"karma-jasmine": "^1.1.0", | ||
"karma-jasmine-html-reporter": "^0.2.2", | ||
"karma-mocha-reporter": "^2.0.3", | ||
"karma-remap-istanbul": "0.2.1", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-webpack": "2.0.2", | ||
"lite-server": "^2.2.2", | ||
"node-sass": "^4.5.3", | ||
"null-loader": "0.1.1", | ||
"postcss-loader": "^1.1.0", | ||
"protractor": "^4.0.10", | ||
"raw-loader": "0.5.1", | ||
"reflect-metadata": "^0.1.10", | ||
"remap-istanbul": "^0.6.4", | ||
"rimraf": "^2.6.1", | ||
"rollup": "^0.41.5", | ||
"rollup-plugin-commonjs": "^8.0.2", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-sourcemaps": "^0.4.1", | ||
"rollup-plugin-uglify": "^1.0.1", | ||
"rxjs": "^5.0.1", | ||
"sass-loader": "^6.0.1", | ||
"shelljs": "^0.7.0", | ||
"standard-version": "^4.2.0", | ||
"style-loader": "^0.13.0", | ||
"systemjs": "^0.19.40", | ||
"ts-helpers": "^1.1.1", | ||
"tslint": "^4.5.1", | ||
"tslint-loader": "^3.3.0", | ||
"typedoc": "^0.5.1", | ||
"typescript": "^2.4.2", | ||
"url-loader": "^0.5.6", | ||
"webpack": "2.2.1", | ||
"webpack-dev-server": "2.3.0", | ||
"zone.js": "^0.8.16" | ||
} | ||
} | ||
} |
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
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
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
620454
22
5889
0
52
3
71
3
9