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

anydb-sql

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anydb-sql - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "anydb-sql",
"version": "0.1.3",
"version": "0.1.4",
"description": "anydb-sql combines node-anydb and node-sql",

@@ -5,0 +5,0 @@ "main": "anydb-sql.js",

@@ -7,3 +7,2 @@ var url = require('url'),

var parsed = url.parse(dbpath);
console.log(parsed);
if (parsed.path)

@@ -10,0 +9,0 @@ var dbfile = path.join(parsed.hostname, parsed.path);

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