Socket
Socket
Sign inDemoInstall

node-firebird

Package Overview
Dependencies
1
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.5 to 0.8.6

yarn.lock

22

package.json
{
"name": "node-firebird",
"version": "0.8.5",
"version": "0.8.6",
"description": "Pure JavaScript and Asynchronous Firebird client for Node.js.",

@@ -22,12 +22,22 @@ "keywords": [

"Popa Marius Adrian <mapopa@gmail.com>",
"Peter \u0160irka <petersirka@gmail.com>"
"Peter Širka <petersirka@gmail.com>"
],
"main": "./lib",
"licenses": [{
"type": "MPL-2.0",
"url": "https://raw.githubusercontent.com/hgourvest/node-firebird/master/LICENSE"
}],
"licenses": [
{
"type": "MPL-2.0",
"url": "https://raw.githubusercontent.com/hgourvest/node-firebird/master/LICENSE"
}
],
"scripts": {
"test": "mocha"
},
"dependencies": {
"long": "^2.2.5"
},
"devDependencies": {
"coveralls": "^3.0.1",
"mocha": "^5.2.0",
"nyc": "^11.8.0"
}
}

@@ -466,3 +466,3 @@ ![Firebird Logo](https://www.totaljs.com/exports/firebird-logo.png)

node-firebird doesn't let you chose the charset connection, it will always use UTF8.
node-firebird doesn't let you choose the charset connection, it will always use UTF-8.
Node is unicode, no matter if your database is using another charset to store string or blob, Firebird will transliterate automatically.

@@ -469,0 +469,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc