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

js-jpa

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-jpa - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

flow/Config.js

@@ -5,2 +5,4 @@ declare type Config = {

port: number,
user: string,
password: string,
database: string,

@@ -7,0 +9,0 @@ timeout: number,

4

lib/jpa/Where.js

@@ -35,7 +35,7 @@ //

in(value ) {
return ` IN ${value === undefined ? '?' : value}`
return ` IN ${value === undefined ? '(?)' : value}`
},
notIn(value ) {
return ` NOT IN ${value === undefined ? '?' : value}`
return ` NOT IN ${value === undefined ? '(?)' : value}`
}
}
{
"name": "js-jpa",
"version": "0.0.13",
"version": "0.0.14",
"description": "jpa for node",

@@ -5,0 +5,0 @@ "author": "stone",

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