tslint-config-david-recommended
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "tslint-config-david-recommended", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "A TSLint config for David recommended coding style", | ||
"main": "tslint.js", | ||
"main": "./build/index.js", | ||
"author": "David Ng", | ||
"license": "ISC", | ||
"scripts": { | ||
"test": "tslint -c tslint.json ./tslint.js", | ||
"build": "tsc" | ||
"test": "NODE_ENV=test; npm run lint && npm run build && grunt coverage", | ||
"lint": "tslint -c ./tslint.json ./src/**/*.ts", | ||
"build": "rm -rf ./build/ && tsc", | ||
"postinstall": "npm run build" | ||
}, | ||
"dependencies": { | ||
"inversify": "^4.3.0", | ||
"lodash": "^4.17.4", | ||
"moment": "^2.18.1", | ||
"reflect-metadata": "^0.1.10", | ||
"tslint": "^5.7.0", | ||
@@ -24,10 +30,23 @@ "tslint-microsoft-contrib": "^5.0.1", | ||
], | ||
"files": [ | ||
"tslint.js", | ||
"package.json" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/davidNHK/tslint-config-david-recommended.git" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.0.4", | ||
"@types/lodash": "^4.14.74", | ||
"@types/mocha": "^2.2.43", | ||
"@types/node": "^8.0.28", | ||
"@types/sinon": "^2.3.4", | ||
"chai": "^4.1.2", | ||
"grunt": "^1.0.1", | ||
"grunt-cli": "^1.2.0", | ||
"grunt-mocha-nyc": "^1.0.3", | ||
"load-grunt-config": "^0.19.2", | ||
"mocha": "^3.5.3", | ||
"npm-check-updates": "^2.12.1", | ||
"nyc": "^11.2.1", | ||
"proxyquire": "^1.8.0", | ||
"sinon": "^3.3.0" | ||
} | ||
} |
@@ -1,3 +0,9 @@ | ||
A [TSLint config](https://palantir.github.io/tslint/usage/tslint-json/) for David recommended style which is extend from official tsline:recommended | ||
# tslint config by David Ng | ||
A [TSLint config](https://palantir.github.io/tslint/usage/tslint-json/) for David recommended style which is extend from official tsline:recommended | ||
## TODO | ||
1. Implement object-literal-sort-keys without case-check | ||
2. Implement member-ordering with order by execution order from top to bottom |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
17212
16
321
9
9
15
1
1
1
+ Addedinversify@^4.3.0
+ Addedlodash@^4.17.4
+ Addedmoment@^2.18.1
+ Addedreflect-metadata@^0.1.10
+ Addedinversify@4.14.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedmoment@2.30.1(transitive)
+ Addedreflect-metadata@0.1.14(transitive)