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.12 to 0.0.13

12

flow/Schema.js
declare type Repository = {
schema: Schema,
insert?: (context: ISqlContext, entity: any) => {},
update?: (context: ISqlContext, entity: any) => {},
delete?: (context: ISqlContext, key: any) => {},
get?: (context: ISqlContext, key: any) => {},
select?: (context: ISqlContext, specification?: Specification, pageRequest?: PageRequest) => {};
count?: (context: ISqlContext, specification?: Specification) => {};
insert: (context: ISqlContext, entity: any) => {},
update: (context: ISqlContext, entity: any) => {},
delete: (context: ISqlContext, key: any) => {},
get: (context: ISqlContext, key: any) => {},
select: (context: ISqlContext, specification?: Specification, pageRequest?: PageRequest) => {};
count: (context: ISqlContext, specification?: Specification) => {};
}

@@ -10,0 +10,0 @@

{
"name": "js-jpa",
"version": "0.0.12",
"version": "0.0.13",
"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