Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sworm

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sworm - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

6

oracleDriver.js

@@ -44,5 +44,5 @@ var optionalRequire = require('./optionalRequire');

if (config.options) {
Object.keys(config.options).forEach(function (key) {
oracledb[key] = config.options[key];
if (config.config.options) {
Object.keys(config.config.options).forEach(function (key) {
oracledb[key] = config.config.options[key];
});

@@ -49,0 +49,0 @@ }

{
"name": "sworm",
"version": "2.4.0",
"version": "2.5.0",
"description": "a lightweight write-only ORM for MSSQL, MySQL, PostgreSQL, Oracle, Sqlite 3",

@@ -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