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

node-red-node-sqlite

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-node-sqlite - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

4

package.json
{
"name": "node-red-node-sqlite",
"version": "0.4.0",
"version": "0.4.1",
"description": "A sqlite node for Node-RED",

@@ -10,3 +10,3 @@ "dependencies": {

"type": "git",
"url": "https://github.com/node-red/node-red-nodes/storage/sqlite/"
"url": "https://https://github.com/node-red/node-red-nodes/tree/master/storage/sqlite"
},

@@ -13,0 +13,0 @@ "license": "Apache-2.0",

@@ -19,3 +19,2 @@ node-red-node-sqlite

Usage

@@ -26,3 +25,3 @@ -----

This node uses the <b>db.all</b> operation against the configured database.
This node uses the **db.all** operation against the configured database.
This does allow INSERTS, UPDATES and DELETES.

@@ -32,7 +31,7 @@

`msg.topic` must hold the <i>query</i> for the database, and the result is returned in `msg.payload`.
`msg.topic` must hold the *query* for the database, and the result is returned in `msg.payload`.
Typically the returned payload will be an array of the result rows, (or an error).
You can load sqlite extensions by inputting a <code>msg.extension</code> property containing the full path and filename.
You can load sqlite extensions by inputting a `msg.extension` property containing the full path and filename.

@@ -39,0 +38,0 @@ The reconnect timeout in milliseconds can be changed by adding a line to **settings.js**

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