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

sqb-serializer-oracle

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqb-serializer-oracle - npm Package Compare versions

Comparing version 3.2.1 to 3.3.0

5

lib/serializer.js

@@ -104,4 +104,3 @@ /* sqb-serializer-oracle

serializeReturning(ctx, arr) {
ctx.adapterProperties = ctx.adapterProperties || {};
const returningParams = ctx.adapterProperties.returningParams = {};
const returningFields = ctx.query.returningFields = {};
let out = '';

@@ -115,3 +114,3 @@ for (const [i, o] of arr.entries()) {

' into :returning$' + n;
returningParams['returning$' + n] = o.dataType;
returningFields['returning$' + n] = o.dataType;
}

@@ -118,0 +117,0 @@ return out;

4

package.json
{
"name": "sqb-serializer-oracle",
"description": "SQB serialization plugin for Oracle database",
"version": "3.2.1",
"version": "3.3.0",
"author": "Panates Ltd.",

@@ -28,3 +28,3 @@ "contributors": [

"mocha": "^5.2.0",
"sqb": "^3.4.4"
"sqb": "^3.5.0"
},

@@ -31,0 +31,0 @@ "peerDependencies": {},

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