Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lego/tslint-config

Package Overview
Dependencies
Maintainers
5
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lego/tslint-config - npm Package Compare versions

Comparing version 2.0.7 to 2.0.11

src/index.ts

34

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc