@lego/tslint-config
Advanced tools
Comparing version 2.0.7 to 2.0.11
{ | ||
"name": "@lego/tslint-config", | ||
"version": "2.0.7", | ||
"version": "2.0.11", | ||
"description": "LEGO shareable tslint config for ts projects", | ||
@@ -21,6 +21,7 @@ "keywords": [ | ||
"files": [ | ||
"lib/**/*.js", | ||
"lib/**/*.d.ts" | ||
"lib", | ||
"src" | ||
], | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"directories": { | ||
@@ -30,11 +31,11 @@ "lib": "lib" | ||
"scripts": { | ||
"build": "rimraf ./lib && tsc", | ||
"build": "npm run clean && tsc -b ./tsconfig.package.json", | ||
"clean": "rimraf ./lib", | ||
"lint": "tslint --project tsconfig.json", | ||
"missing-rules": "ts-node --project ./scripts/tsconfig.json scripts/missingRules.ts", | ||
"prepublish": "npm run build", | ||
"typescript-rules": "ts-node --project ./scripts/tsconfig.json scripts/typescriptRules.ts" | ||
"prepare": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@lego/tslint-config-prettier": "1.7.7", | ||
"@lego/tslint-config-prettier": "1.7.11", | ||
"lodash.omit": "4.5.0", | ||
"tslint": "5.17.0", | ||
"tslint-consistent-codestyle": "1.15.1", | ||
@@ -47,12 +48,15 @@ "tslint-lines-between-class-members": "1.3.1" | ||
"@types/lodash.omit": "4.5.6", | ||
"@types/node": "11.13.0", | ||
"@types/node": "12.0.7", | ||
"chalk": "2.4.2", | ||
"idx": "2.5.5", | ||
"idx": "2.5.6", | ||
"isomorphic-fetch": "2.2.1", | ||
"jsdom": "14.0.0", | ||
"ts-node": "8.0.3", | ||
"tslint": "5.15.0", | ||
"typescript": "3.4.1" | ||
"jsdom": "15.1.1", | ||
"rimraf": "2.6.3", | ||
"ts-node": "8.2.0", | ||
"typescript": "3.5.1" | ||
}, | ||
"gitHead": "3885f62727b2f14fd6e99730307d2f5cae236f7c" | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "dc66c6d911ca9252bb98146d0b59e468eb5691b5" | ||
} |
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
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
30274
681
5
8
1
+ Addedtslint@5.17.0
+ Added@babel/code-frame@7.26.2(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@lego/prettier-config@1.7.12(transitive)
+ Added@lego/tslint-config-prettier@1.7.11(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedprettier@1.18.0(transitive)
+ Addedtslint@5.17.0(transitive)
- Removed@lego/prettier-config@1.7.8(transitive)
- Removed@lego/tslint-config-prettier@1.7.7(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedbabel-code-frame@6.26.0(transitive)
- Removedchalk@1.1.3(transitive)
- Removedesutils@2.0.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedjs-tokens@3.0.2(transitive)
- Removedprettier@1.16.4(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
- Removedtslint@5.15.0(transitive)