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

@hylid/call

Package Overview
Dependencies
Maintainers
0
Versions
119
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.0.0-alpha.12 to 3.0.0-alpha.13

14

lib/mpWebCall.js

@@ -1,11 +0,1 @@

var __assign = this && this.__assign || function () {
__assign = Object.assign || function (t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
var loadAppxBridge = function loadAppxBridge(cb) {

@@ -19,3 +9,3 @@ var _a;

}
var originMy_1 = window.my || {};
var hyMy_1 = window.my || {};
var script_1 = document.createElement('script');

@@ -27,3 +17,3 @@ script_1.src = 'https://appx/web-view.min.js';

script_1.onload = null;
window.my = __assign(__assign(__assign({}, window.my), originMy_1), {
Object.assign(window.my, hyMy_1, {
__hy_mounted__: true

@@ -30,0 +20,0 @@ });

6

package.json
{
"name": "@hylid/call",
"version": "3.0.0-alpha.12",
"version": "3.0.0-alpha.13",
"main": "lib/index.js",

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

"dependencies": {
"@hylid/env": "^3.0.0-alpha.12",
"@hylid/types": "^3.0.0-alpha.12"
"@hylid/env": "^3.0.0-alpha.13",
"@hylid/types": "^3.0.0-alpha.13"
},

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