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.13 to 0.6.14

2

dist/bundle/dts/DataBridge.d.ts
import { QueryOptions } from "./data/QueryOptions";
export interface DataBridge {
httpCall(method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD", url: string, options: any): Promise<any>;
httpCall(method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD", url: string, options?: any): Promise<any>;
ddpCall(methodName: string, parameters: any): Promise<any>;

@@ -5,0 +5,0 @@ ddpSubscribe(publicationName: string, parameters: any, options: QueryOptions, callbackFns: {

{
"name": "@smallstack/common",
"version": "0.6.13",
"version": "0.6.14",
"description": "common functionality for smallstack projects",

@@ -5,0 +5,0 @@ "main": "dist/bundle/index.umd.js",

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