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

ts-repository-fluent

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-repository-fluent - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

3

package.json
{
"name": "ts-repository-fluent",
"version": "0.0.4",
"version": "0.0.5",
"description": "A basic data repository framework for Typescript. Includes a fluent-style query interface.",
"main": "source/index.ts",
"typings": "source/index.ts",
"keywords": [

@@ -7,0 +8,0 @@ "typescript",

@@ -295,3 +295,3 @@ 'use strict'

*/
export const enum Operator
declare const enum Operator
{

@@ -313,3 +313,3 @@ Equals = "=",

*/
export class Join
declare class Join
{

@@ -325,3 +325,3 @@ tableName: string;

*/
export const enum JoinType
declare const enum JoinType
{

@@ -328,0 +328,0 @@ INNER = "INNER JOIN",

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