Socket
Socket
Sign inDemoInstall

@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 3.0.0 to 6.1.2

lib/cjs/index.js

26

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

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

"author": "Vincent Briglia <vincent.briglia@lego.com>",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"main": "lib/cjs/index.js",
"types": "lib/types/index.d.ts",
"directories": {

@@ -30,21 +30,25 @@ "lib": "lib"

"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rimraf ./lib && rimraf *.tsbuildinfo",
"build": "yarn clean && yarn build:cjs",
"build:cjs": "tsc --outDir lib/cjs --declarationDir lib/types",
"clean": "rimraf ./lib *.tsbuildinfo",
"compile": "tsc -b ./tsconfig.json --verbose",
"lint": "eslint ./src/**/*.{ts}",
"lint": "eslint src --ext .ts,.tsx --ignore-path ../../.eslintignore",
"prepublishOnly": "npm run build"
},
"dependencies": {
"prettier": "2.0.5"
"prettier": "2.3.2"
},
"devDependencies": {
"@types/node": "14.0.14",
"@types/prettier": "2.0.1",
"@types/node": "16.7.1",
"@types/prettier": "2.3.2",
"rimraf": "3.0.2",
"typescript": "3.9.5"
"typescript": "4.3.5"
},
"engines": {
"node": ">=10.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d45e058abad9c439673ad964d630744304ebc8e8"
"gitHead": "d7a6a570eef0139e6db38379598e60655547c7bf"
}
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