Socket
Socket
Sign inDemoInstall

@lego/prettier-config

Package Overview
Dependencies
Maintainers
5
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.7.13 to 1.7.14

lib/index.d.ts

13

package.json
{
"name": "@lego/prettier-config",
"version": "1.7.13",
"version": "1.7.14",
"description": "LEGO shareable prettier config for js/tsr projects",

@@ -29,6 +29,7 @@ "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"
},

@@ -48,3 +49,3 @@ "dependencies": {

},
"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