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.12 to 2.0.13

lib/index.d.ts

15

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

@@ -30,9 +30,10 @@ "keywords": [

"scripts": {
"build": "npm run clean && tsc -b ./tsconfig.package.json",
"clean": "rimraf ./lib",
"lint": "tslint --project tsconfig.json",
"prepare": "npm run build"
"build": "npm run clean && npm run compile",
"clean": "rimraf ./lib && rimraf *.tsbuildinfo",
"compile": "tsc -b ./tsconfig.package.json --verbose",
"lint": "tslint --project tsconfig.package.json",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@lego/tslint-config-prettier": "1.7.12",
"@lego/tslint-config-prettier": "1.7.13",
"lodash.omit": "4.5.0",

@@ -59,3 +60,3 @@ "tslint": "5.17.0",

},
"gitHead": "82dacaf1ccc2057f63a4dff42c176ac49341ec31"
"gitHead": "aa0bf427d29c06f52b00e7ae214f442437d623e6"
}
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