New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hylid/call

Package Overview
Dependencies
Maintainers
0
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hylid/call - npm Package Compare versions

Comparing version 4.0.0-alpha.8 to 4.0.0-alpha.9

6

lib/index.d.ts
/// <reference types="miniprogram" />
import { MPApi, PickMPArgs, PickMpReturns, Callback } from '@hylid/types';
import { mpCall } from './mpCall';
import { mpWebCall } from './mpWebCall';
import { webCall } from './webCall';
import { mpWebCall, mpWebCallAsync } from './mpWebCall';
import { webCall, webCallAsync } from './webCall';
import { notFound } from './notFound';

@@ -11,3 +11,3 @@ import { Config } from './types';

export { WebViewBridge } from './webviewBridge';
export { mpCall, mpWebCall, webCall, notFound };
export { mpCall, mpWebCall, webCall, notFound, mpWebCallAsync, webCallAsync };
export { promisify } from './promisify';
var _a;
import { platform, PLATFORM } from '@hylid/env';
import { mpCall } from "./mpCall";
import { mpWebCall } from "./mpWebCall";
import { webCall } from "./webCall";
import { mpWebCall, mpWebCallAsync } from "./mpWebCall";
import { webCall, webCallAsync } from "./webCall";
import { notFound } from "./notFound";

@@ -29,3 +29,3 @@ var callMap = (_a = {}, _a[PLATFORM.MP] = mpCall, _a[PLATFORM.MPWEB] = mpWebCall, _a[PLATFORM.WEB] = webCall, _a);

export { WebViewBridge } from "./webviewBridge";
export { mpCall, mpWebCall, webCall, notFound };
export { mpCall, mpWebCall, webCall, notFound, mpWebCallAsync, webCallAsync };
export { promisify } from "./promisify";
{
"name": "@hylid/call",
"version": "4.0.0-alpha.8",
"version": "4.0.0-alpha.9",
"main": "lib/index.js",

@@ -9,4 +9,4 @@ "files": [

"dependencies": {
"@hylid/env": "^4.0.0-alpha.8",
"@hylid/types": "^4.0.0-alpha.8"
"@hylid/env": "^4.0.0-alpha.9",
"@hylid/types": "^4.0.0-alpha.9"
},

@@ -13,0 +13,0 @@ "publishConfig": {

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