Socket
Socket
Sign inDemoInstall

@lego/tslint-config

Package Overview
Dependencies
Maintainers
2
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.10.2 to 3.0.0

32

CHANGELOG.md

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

# [3.0.0](https://github.com/LEGO/linter-configs/compare/@lego/tslint-config@2.10.4...@lego/tslint-config@3.0.0) (2020-06-02)
### chore
* bump dependencies ([1c1ae0f](https://github.com/LEGO/linter-configs/commit/1c1ae0f3c19e466ecfdbb5858db9384c7f07929c))
### BREAKING CHANGES
* Update to TypeScript 3.9
## [2.10.4](https://github.com/LEGO/linter-configs/compare/@lego/tslint-config@2.10.3...@lego/tslint-config@2.10.4) (2020-05-12)
**Note:** Version bump only for package @lego/tslint-config
## [2.10.3](https://github.com/LEGO/linter-configs/compare/@lego/tslint-config@2.10.2...@lego/tslint-config@2.10.3) (2020-05-12)
**Note:** Version bump only for package @lego/tslint-config
## [2.10.2](https://github.com/LEGO/linter-configs/compare/@lego/tslint-config@2.10.1...@lego/tslint-config@2.10.2) (2020-05-11)

@@ -8,0 +40,0 @@

1

lib/utils/typescript-only.js

@@ -6,2 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.jsRules = exports.allRules = exports.tsOnly = void 0;
const lodash_omit_1 = __importDefault(require("lodash.omit"));

@@ -8,0 +9,0 @@ const tslint_1 = __importDefault(require("../rules/tslint"));

29

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

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

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

@@ -26,6 +30,2 @@ "types": "./lib/index.d.ts",

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

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

"compile": "tsc -b ./tsconfig.json --verbose",
"lint": "eslint ./src/**/*.{ts}",
"lint": "eslint . --ext .tsx,.ts",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@lego/tslint-config-prettier": "1.17.2",
"@lego/tslint-config-prettier": "2.0.0",
"lodash.omit": "4.5.0",

@@ -48,7 +48,7 @@ "prettier": "2.0.5",

"devDependencies": {
"@lego/eslint-config-typescript": "3.0.0",
"@lego/eslint-config-typescript": "4.0.0",
"@types/isomorphic-fetch": "0.0.35",
"@types/jsdom": "16.2.1",
"@types/jsdom": "16.2.3",
"@types/lodash.omit": "4.5.6",
"@types/node": "13.13.5",
"@types/node": "14.0.9",
"chalk": "4.0.0",

@@ -59,9 +59,12 @@ "idx": "2.5.6",

"rimraf": "3.0.2",
"ts-node": "8.10.1",
"typescript": "3.8.3"
"ts-node": "8.10.2",
"typescript": "3.9.3"
},
"engines": {
"node": ">=10"
},
"publishConfig": {
"access": "public"
},
"gitHead": "16b57369003e134adaf61b1fcb430ae6ed67daeb"
"gitHead": "c40c12467fc5e0211d869961a4c63c95f96ebcce"
}

Sorry, the diff of this file is not supported yet

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