Socket
Socket
Sign inDemoInstall

yurnalist

Package Overview
Dependencies
94
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.1.1

50

.eslintrc.json

@@ -6,7 +6,3 @@ {

},
"plugins": [
"flowtype",
"yarn-internal",
"prettier"
],
"plugins": ["flowtype", "yarn-internal", "prettier"],
"rules": {

@@ -18,3 +14,7 @@ "yarn-internal/warn-language": "error",

"flowtype/space-after-type-colon": ["error", "always"],
"flowtype/require-return-type": ["error", "always", {"excludeArrowFunctions": true}],
"flowtype/require-return-type": [
"error",
"always",
{ "excludeArrowFunctions": true }
],
"require-await": "error",

@@ -24,22 +24,36 @@ "no-process-exit": "error",

"sort-keys": "off",
"prettier/prettier": ["error", {
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": false,
"printWidth": 120,
"parser": "flow"
}]
"prettier/prettier": [
"error",
{
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": false,
"printWidth": 120,
"parser": "flow"
}
]
},
"overrides": [
{
"files": [
"__tests__/fixtures/**/*.js",
"bin/*.js",
"src/cli/index.js"
],
"files": ["__tests__/fixtures/**/*.js", "bin/*.js", "src/cli/index.js"],
"rules": {
"no-console": "off"
}
},
{
"files": ["src/util/generate-pnp-map-api.tpl.js"],
"rules": {
"prettier/prettier": [
"error",
{
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": false,
"printWidth": 120,
"parser": "flow"
}
]
}
}
]
}
{
"name": "yurnalist",
"version": "1.0.5",
"version": "1.1.1",
"description": "Elegant console output, borrowed from Yarn",

@@ -13,20 +13,20 @@ "main": "dist/index.js",

"babel-runtime": "^6.26.0",
"chalk": "^2.1.0",
"chalk": "^2.4.2",
"cli-table3": "^0.5.1",
"debug": "^4.1.0",
"deep-equal": "^1.0.1",
"detect-indent": "^5.0.0",
"inquirer": "^6.2.0",
"debug": "^4.1.1",
"deep-equal": "^1.1.0",
"detect-indent": "^6.0.0",
"inquirer": "^7.0.0",
"invariant": "^2.2.0",
"is-builtin-module": "^3.0.0",
"is-ci": "^2.0.0",
"leven": "^2.0.0",
"loud-rejection": "^1.2.0",
"node-emoji": "^1.6.1",
"leven": "^3.1.0",
"loud-rejection": "^2.2.0",
"node-emoji": "^1.10.0",
"object-path": "^0.11.2",
"read": "^1.0.7",
"rimraf": "^2.5.0",
"semver": "^5.1.0",
"strip-ansi": "^5.0.0",
"strip-bom": "^3.0.0"
"rimraf": "^3.0.0",
"semver": "^6.3.0",
"strip-ansi": "^5.2.0",
"strip-bom": "^4.0.0"
},

@@ -64,3 +64,3 @@ "devDependencies": {

"mock-stdin": "^0.3.0",
"prettier": "^1.5.2",
"prettier": "^1.18.2",
"temp": "^0.8.3"

@@ -67,0 +67,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc