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

@lego/prettier-config

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lego/prettier-config - npm Package Compare versions

Comparing version 1.9.0 to 1.10.4

43

CHANGELOG.md

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

## [1.10.4](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.10.3...@lego/prettier-config@1.10.4) (2019-10-15)
**Note:** Version bump only for package @lego/prettier-config
## [1.10.3](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.10.2...@lego/prettier-config@1.10.3) (2019-09-30)
**Note:** Version bump only for package @lego/prettier-config
## [1.10.2](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.10.1...@lego/prettier-config@1.10.2) (2019-09-30)
**Note:** Version bump only for package @lego/prettier-config
## [1.10.1](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.10.0...@lego/prettier-config@1.10.1) (2019-09-30)
**Note:** Version bump only for package @lego/prettier-config
# [1.10.0](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.9.0...@lego/prettier-config@1.10.0) (2019-09-30)
### Features
* phase out tslint ([68fdc3f](https://github.com/LEGO/linter-configs/commit/68fdc3f))
## [1.8.1-alpha.6](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.8.1-alpha.5...@lego/prettier-config@1.8.1-alpha.6) (2019-06-21)

@@ -8,0 +51,0 @@

18

package.json
{
"name": "@lego/prettier-config",
"version": "1.9.0",
"version": "1.10.4",
"description": "LEGO shareable prettier config",

@@ -31,4 +31,4 @@ "keywords": [

"clean": "rimraf ./lib && rimraf *.tsbuildinfo",
"compile": "tsc -b ./tsconfig.package.json --verbose",
"lint": "tslint --project tsconfig.package.json",
"compile": "tsc -b ./tsconfig.json --verbose",
"lint": "eslint ./src/**/*.{ts}",
"prepublishOnly": "npm run build"

@@ -40,7 +40,7 @@ },

"devDependencies": {
"@types/node": "12.0.10",
"@types/prettier": "1.16.4",
"rimraf": "2.6.3",
"tslint": "5.18.0",
"typescript": "3.5.2"
"@types/node": "12.7.8",
"@types/prettier": "1.18.2",
"rimraf": "3.0.0",
"tslint": "5.20.0",
"typescript": "3.6.3"
},

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

},
"gitHead": "df11100ba5a172e2cf388baaa79059d78b77f1a5"
"gitHead": "48fbbff8ffc38e4c8484042531949d880cb52e68"
}
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