New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sourcegraph/prettierrc

Package Overview
Dependencies
Maintainers
15
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sourcegraph/prettierrc - npm Package Compare versions

Comparing version

to
3.0.2

12

package.json
{
"name": "@sourcegraph/prettierrc",
"version": "3.0.1",
"version": "3.0.2",
"license": "Apache-2.0",
"description": "TSLint config for TypeScript projects at Sourcegraph",
"description": "Prettier config for TypeScript projects at Sourcegraph",
"main": "prettier.config.js",
"files": [
"prettier.config.js"
],
"repository": {

@@ -17,7 +20,8 @@ "type": "git",

"scripts": {
"prettier": "prettier .travis.yml README.md prettier.config.js --list-different --write"
"prettier": "prettier .travis.yml README.md prettier.config.js --list-different --write",
"prettier-check": "yarn run prettier --write=false"
},
"devDependencies": {
"prettier": "^1.14.0"
"prettier": "^1.19.1"
}
}