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.16.1 to 2.0.0

16

CHANGELOG.md

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

# [2.0.0](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.16.1...@lego/prettier-config@2.0.0) (2020-06-02)
### chore
* bump dependencies ([1c1ae0f](https://github.com/LEGO/linter-configs/commit/1c1ae0f3c19e466ecfdbb5858db9384c7f07929c))
### BREAKING CHANGES
* Update to TypeScript 3.9
## [1.16.1](https://github.com/LEGO/linter-configs/compare/@lego/prettier-config@1.16.1-alpha.0...@lego/prettier-config@1.16.1) (2020-05-11)

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

20

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

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

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

@@ -25,6 +29,2 @@ "types": "./lib/index.d.ts",

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

@@ -34,3 +34,3 @@ "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"

@@ -42,6 +42,6 @@ },

"devDependencies": {
"@types/node": "13.13.5",
"@types/prettier": "2.0.0",
"@types/node": "14.0.9",
"@types/prettier": "2.0.1",
"rimraf": "3.0.2",
"typescript": "3.8.3"
"typescript": "3.9.3"
},

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

},
"gitHead": "c4e780a7eb66e5917ca205a5fab4999c23939632"
"gitHead": "c40c12467fc5e0211d869961a4c63c95f96ebcce"
}
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