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

@dbpath/oracle

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbpath/oracle - npm Package Compare versions

Comparing version 0.3.10 to 0.3.11

8

dist/src/oracleDal.spec.js

@@ -122,3 +122,3 @@ "use strict";

expect(limitFn(1, 3, someSql)).toEqual([
"select /*+ FIRST_ROWS(3) */ rownum as dbautorownum,* from table",
"select /*+ FIRST_ROWS(3) */ * from table",
"where rownum<=3 order by id",

@@ -128,3 +128,3 @@ "--1"

expect(limitFn(2, 3, someSql)).toEqual([
"select /*+ FIRST_ROWS(6) */ rownum as dbautorownum,* from table",
"select /*+ FIRST_ROWS(6) */ * from table",
"where rownum<=6 order by id",

@@ -134,3 +134,3 @@ "--4"

expect(limitFn(2, 6, someSql)).toEqual([
"select /*+ FIRST_ROWS(12) */ rownum as dbautorownum,* from table",
"select /*+ FIRST_ROWS(12) */ * from table",
"where rownum<=12 order by id",

@@ -144,3 +144,3 @@ "--7"

expect(limitFn(2, 6, someSql)).toEqual([
"select /*+ FIRST_ROWS(12) */ rownum as dbautorownum,* from sometable",
"select /*+ FIRST_ROWS(12) */ * from sometable",
" where rownum <=12 and x = 11",

@@ -147,0 +147,0 @@ "--7"

{
"name": "@dbpath/oracle",
"description": "",
"version": "0.3.10",
"version": "0.3.11",
"main": "dist/index",

@@ -21,4 +21,4 @@ "types": "dist/index",

"oracledb": "^5.5.0",
"@dbpath/utils": "0.3.10",
"@dbpath/dal": "0.3.10"
"@dbpath/utils": "0.3.11",
"@dbpath/dal": "0.3.11"
},

@@ -25,0 +25,0 @@ "devDependencies": {

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