@bothrs/util
Advanced tools
Comparing version 1.9.0 to 1.10.0
@@ -14,3 +14,3 @@ // DB_CONNECTION=mysql | ||
const config = { | ||
client: parsed.DB_CONNECTION, | ||
client: parsed.DB_CONNECTION || 'sqlite3', | ||
connection: | ||
@@ -17,0 +17,0 @@ parsed.DB_CONNECTION === 'mysql' |
{ | ||
"name": "@bothrs/util", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "Common helper functions", | ||
@@ -36,3 +36,18 @@ "license": "MIT", | ||
}, | ||
"prettier": { | ||
"arrowParens": "avoid", | ||
"bracketSpacing": true, | ||
"htmlWhitespaceSensitivity": "css", | ||
"jsxBracketSameLine": false, | ||
"parser": "babel", | ||
"printWidth": 80, | ||
"proseWrap": "preserve", | ||
"quoteProps": "as-needed", | ||
"requirePragma": false, | ||
"semi": false, | ||
"singleQuote": true, | ||
"tabWidth": 2, | ||
"trailingComma": "es5" | ||
}, | ||
"homepage": "https://github.com/thebothrs/util#readme" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
51136
59
1770
14