New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.18 to 0.0.19

coverage/clover.xml

9

package.json
{
"name": "js-jpa",
"version": "0.0.18",
"version": "0.0.19",
"description": "jpa for node",

@@ -10,11 +10,10 @@ "author": "stone",

"scripts": {
"test": "nyc mocha test/*.js"
"test": "jest --no-cache -ci --collectCoverage"
},
"dependencies": {
"mysql": "^2.13.0"
"mysql": "^2.15.0"
},
"devDependencies": {
"@types/mysql": "^2.15.2",
"mocha": "^3.4.2",
"nyc": "^11.0.2"
"jest": "^22.0.3"
},

@@ -21,0 +20,0 @@ "engines": {

@@ -29,2 +29,6 @@ const Context = require('./Context')

}
release() {
this._driver.release()
}
}
module.exports = class Driver {
getConnection() { }
getJpaBuilder() { }
release() { }
}

@@ -55,4 +55,6 @@ const mysql = require('mysql')

release() {
this._pool.end()
}
async recycleConnections() {

@@ -59,0 +61,0 @@ let now = Date.now()

@@ -6,2 +6,3 @@ export function newDataSource(config: JpaConfig): Promise<DataSource>

registerRepository(context: JpaContext, repository: Repository): Promise<void>
release(): void
}

@@ -8,0 +9,0 @@

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