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.8 to 0.0.9

flow/api.js

6

lib/DataSource.js

@@ -11,3 +11,3 @@ //

module.exports = class DataSource {
module.exports = class DataSource {

@@ -26,9 +26,9 @@

async createContext() {
async createContext() {
return new Context(await this._driver.getConnection(), this._config.logger)
}
async registerRepository(context , repository ) {
async registerRepository(context , repository ) {
await this._jpaBuilder.build(context, repository)
}
}
{
"name": "js-jpa",
"version": "0.0.8",
"version": "0.0.9",
"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