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

tslint-config-busbud

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-config-busbud - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.npmignore

7

package.json
{
"name": "tslint-config-busbud",
"version": "0.0.2",
"version": "0.0.3",
"description": "Busbud sharable tslint config",

@@ -10,7 +10,4 @@ "main": "./index.js",

"dependencies": {
"prettier": "^1.7.4",
"tslint": "^5.7.0",
"tslint-config-prettier": "^1.5.0",
"tslint-config-semistandard": "^6.0.4",
"tslint-plugin-prettier": "^1.3.0"
"tslint-config-semistandard": "^6.0.4"
},

@@ -17,0 +14,0 @@ "peerDependencies": {

{
"extends": ["tslint-config-semistandard", "tslint-plugin-prettier", "tslint-config-prettier"],
"extends": ["tslint-config-semistandard"],
"rules": {
"quotemark": [true, "single", "jsx-double", "avoid-escape"],
"variable-name": [true, "ban-keywords", "check-format", "allow-snake-case", "allow-leading-underscore", "allow-pascal-case"],

@@ -14,6 +15,8 @@ "ordered-imports": true,

"array-bracket-spacing": [true, "never"],
"curly": false,
"await-promise": [true, "Bluebird"],
"prettier": [true, {"printWidth": 180, "bracketSpacing": true, "singleQuote": true}]
"space-before-function-paren": [true, "never"],
"object-literal-key-quotes": [true, "as-needed"],
"await-promise": [true, "Bluebird"]
}
}
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