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

@voiceflow/prettier-config

Package Overview
Dependencies
Maintainers
18
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/prettier-config - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

index.js

@@ -0,1 +1,3 @@

'use strict';
module.exports = {

@@ -7,5 +9,5 @@ printWidth: 150,

quoteProps: 'as-needed',
trailingComma: "es5",
trailingComma: 'es5',
bracketSpacing: true,
arrowParens: 'always',
};
{
"name": "@voiceflow/prettier-config",
"description": "Prettier config",
"version": "1.0.5",
"version": "1.0.6",
"author": "Voiceflow",

@@ -15,8 +15,17 @@ "bugs": {

"devDependencies": {
"@commitlint/config-conventional": "^7.5.0",
"commitizen": "^3.1.1",
"commitlint": "^7.5.2",
"cz-conventional-changelog": "^2.1.0",
"fixpack": "^2.3.1",
"husky": "^2.2.0"
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@voiceflow/commitlint-config": "1.1.0",
"@voiceflow/eslint-config": "4.0.0",
"@voiceflow/git-branch-check": "1.2.0",
"@voiceflow/prettier-config": "1.0.5",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"depcheck": "^1.3.1",
"eslint": "^7.28.0",
"fixpack": "^4.0.0",
"husky": "^4.3.8",
"lint-staged": "^10.5.3",
"prettier": "^1.19.1",
"prettier-eslint-cli": "^5.0.0"
},

@@ -27,7 +36,2 @@ "files": [

"homepage": "https://github.com/storyflow/prettier-config#readme",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"keywords": [

@@ -41,11 +45,18 @@ "prettier"

},
"prettier": "@voiceflow/prettier-config",
"repository": {
"type": "git",
"url": "git+https://github.com/storyflow/prettier-config.git"
"url": "git+https://github.com/voiceflow/prettier-config.git"
},
"scripts": {
"commit": "git-cz",
"commit": "cz",
"lint": "eslint \"./**/*.{js,ts}\"",
"lint:fix": "yarn lint --fix",
"lint:quiet": "yarn lint --quiet",
"lint:report": "yarn lint --format json -o sonar/report.json",
"prepare": "fixpack",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "yarn test:run",
"test:dependencies": "depcheck",
"test:run": "echo \"Error: no test specified\" && exit 1"
}
}
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