ts-repository-fluent
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "ts-repository-fluent", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "A basic data repository framework for Typescript. Includes a fluent-style query interface.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -125,5 +125,5 @@ 'use strict' | ||
abstract async reads(pQuery: SimpleQuery<T>, pRequestContext: any): Promise<Array<T>> | ||
abstract async readsLite(pQuery: SimpleQuery<T>, pRequestContext: any): Promise<Array<T>> | ||
abstract async count(pQuery: SimpleQuery<T>, pRequestContext: any): Promise<number> | ||
abstract reads(pQuery: SimpleQuery<T>, pRequestContext: any): Promise<Array<T>> | ||
abstract readsLite(pQuery: SimpleQuery<T>, pRequestContext: any): Promise<Array<T>> | ||
abstract count(pQuery: SimpleQuery<T>, pRequestContext: any): Promise<number> | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41075
1