Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bothrs/util

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bothrs/util - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

index.d.ts

2

knexfile-env.js

@@ -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

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