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

sqlite-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlite-wrapper - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

3

lib/utils.js

@@ -54,2 +54,5 @@ // Open Source Initiative OSI - The MIT License (MIT):Licensing

function repeat(seq, sep, n) {
if (n == 0)
return '';
var res = '';

@@ -56,0 +59,0 @@ while (n > 1) {

2

package.json
{
"name": "sqlite-wrapper",
"version": "0.2.0",
"version": "0.2.1",
"description": "Small wrapper on node-sqlite3",

@@ -5,0 +5,0 @@ "main": "index.js",

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