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 0.0.4 to 0.0.5

2

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

@@ -6,0 +6,0 @@ "contributors": [

@@ -30,3 +30,3 @@ /* SQB Oracle Serializer Plugin

sql =
'select * from (select rownum row$number, t.* from (' +
'select ' + (obj._alias ? obj._alias + '.' : '') + '* from (select rownum row$number, t.* from (' +
(prettyPrint ? '\n ' : '') +

@@ -33,0 +33,0 @@ sql +

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