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

@smallstack/common

Package Overview
Dependencies
Maintainers
3
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smallstack/common - npm Package Compare versions

Comparing version 0.6.11 to 0.6.12

2

dist/bundle/dts/data/QueryObject.d.ts

@@ -0,1 +1,2 @@

import { APISyncOptions } from "./APISyncOptions";
import { Collection } from "./Collection";

@@ -5,3 +6,2 @@ import { MongoDBCursor } from "./MongoDBCursor";

import { SmallstackModel } from "./SmallstackModel";
import { APISyncOptions } from "./APISyncOptions";
export interface QueryObject<ModelClass extends SmallstackModel> {

@@ -8,0 +8,0 @@ create(selector: any, subscriptionName: string, queryOptions: QueryOptions, parameters: any, sorting: any, collection: Collection<ModelClass>): QueryObject<ModelClass>;

@@ -0,3 +1,3 @@

import { API } from "@smallstack/api-common";
import { SmallstackModelStatic } from "./SmallstackModel";
import { API } from "@smallstack/api-common";
export interface TypeSecuredMethod {

@@ -9,2 +9,3 @@ name: string;

api?: API;
type: "http" | "ddp";
}

@@ -11,0 +12,0 @@ export interface TypeServiceQuery {

{
"name": "@smallstack/common",
"version": "0.6.11",
"version": "0.6.12",
"description": "common functionality for smallstack projects",

@@ -46,3 +46,3 @@ "main": "dist/bundle/index.umd.js",

"dependencies": {
"@smallstack/api-common": "^0.2.2",
"@smallstack/api-common": "^0.2.3",
"pluralize": "^7.0.0",

@@ -49,0 +49,0 @@ "rxjs": "^5.5.6",

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