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.6.0 to 1.0.0

7

package.json
{
"name": "node-red-node-sqlite",
"version": "0.6.0",
"version": "1.0.0",
"description": "A sqlite node for Node-RED",
"dependencies": {
"sqlite3": "~4.2.0"
"sqlite3": "^5.0.2"
},

@@ -12,2 +12,5 @@ "repository": {

},
"engines": {
"node": ">=12"
},
"license": "Apache-2.0",

@@ -14,0 +17,0 @@ "keywords": [

@@ -13,5 +13,7 @@ node-red-node-sqlite

**Note**: the install process requires a compile of native code. This can take 15-20 minutes on
devices like a Raspberry Pi - please be prepared to wait a long time. Also if node.js is upgraded at any point you will need to rebuild the native part manually, for example.
**Notes**:
- Version 1.x requires nodejs v12 or greater.
- The install process requires a compile of native code. This can take 15-20 minutes on devices like a Raspberry Pi - please be prepared to wait a long time. Also if node.js is upgraded at any point you will need to rebuild the native part manually, for example.
cd ~/.node-red

@@ -18,0 +20,0 @@ npm rebuild

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