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 3.2.0-alpha.11 to 3.2.2

1

lib/mpWebCall.js

@@ -10,3 +10,2 @@ import { mpWebOnMessage, mpWebPostMessage } from "./mpWebBridge";

// 不是 jsapi 的调用的消息
if (message.type && message.type !== 'apiCall') return;
if (!serialId) return;

@@ -13,0 +12,0 @@ if (!callMap[serialId]) return;

6

package.json
{
"name": "@hylid/call",
"version": "3.2.0-alpha.11",
"version": "3.2.2",
"main": "lib/index.js",

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

"dependencies": {
"@hylid/env": "^3.2.0-alpha.11",
"@hylid/types": "^3.2.0-alpha.11"
"@hylid/env": "^3.2.2",
"@hylid/types": "^3.2.2"
},

@@ -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