Socket
Socket
Sign inDemoInstall

@lego/tslint-config-angular

Package Overview
Dependencies
3
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 4.0.0

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [4.0.0](https://github.com/LEGO/linter-configs/compare/@lego/tslint-config-angular@3.0.0...@lego/tslint-config-angular@4.0.0) (2020-06-30)
### chore
* bump versions ([4564c17](https://github.com/LEGO/linter-configs/commit/4564c17473ff6509b4e7be6379e498c0912afc02))
### BREAKING CHANGES
* Some rules removed and/or renamed
# [3.0.0](https://github.com/LEGO/linter-configs/compare/@lego/tslint-config-angular@2.10.4...@lego/tslint-config-angular@3.0.0) (2020-06-02)

@@ -8,0 +24,0 @@

22

package.json
{
"name": "@lego/tslint-config-angular",
"version": "3.0.0",
"version": "4.0.0",
"description": "LEGO shareable tslint config for ts projects",

@@ -21,6 +21,2 @@ "keywords": [

"author": "Vincent Briglia <vincent.briglia@lego.com>",
"files": [
"lib",
"src"
],
"main": "./lib/index.js",

@@ -31,2 +27,6 @@ "types": "./lib/index.d.ts",

},
"files": [
"lib",
"src"
],
"scripts": {

@@ -36,7 +36,7 @@ "build": "npm run clean && npm run compile",

"compile": "tsc -b ./tsconfig.json --verbose",
"lint": "eslint . --ext .tsx,.ts",
"lint": "eslint ./src/**/*.{ts}",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@lego/tslint-config": "3.0.0",
"@lego/tslint-config": "4.0.0",
"codelyzer": "5.2.2",

@@ -46,7 +46,7 @@ "tslint": "6.1.2"

"devDependencies": {
"@lego/eslint-config-typescript": "4.0.0",
"@types/node": "14.0.9",
"@lego/eslint-config-typescript": "5.0.0",
"@types/node": "14.0.14",
"rimraf": "3.0.2",
"tslint": "6.1.2",
"typescript": "3.9.3"
"typescript": "3.9.5"
},

@@ -56,3 +56,3 @@ "publishConfig": {

},
"gitHead": "c40c12467fc5e0211d869961a4c63c95f96ebcce"
"gitHead": "d45e058abad9c439673ad964d630744304ebc8e8"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc