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

mipp-ali

Package Overview
Dependencies
Maintainers
2
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mipp-ali - npm Package Compare versions

Comparing version 1.24.0 to 1.24.1

4

dist/Page/Base.js

@@ -436,3 +436,3 @@ "use strict";

_e.sent();
return [4 /*yield*/, ((_d = (_c = that === null || that === void 0 ? void 0 : that.render) === null || _c === void 0 ? void 0 : _c.apply) === null || _d === void 0 ? void 0 : _d.call(_c, this, opts))];
return [4 /*yield*/, ((_d = (_c = that === null || that === void 0 ? void 0 : that.renderView) === null || _c === void 0 ? void 0 : _c.apply) === null || _d === void 0 ? void 0 : _d.call(_c, this, opts))];
case 3:

@@ -447,3 +447,3 @@ _e.sent();

(_d = (_c = that === null || that === void 0 ? void 0 : that.onReadyAsync) === null || _c === void 0 ? void 0 : _c.apply) === null || _d === void 0 ? void 0 : _d.call(_c, this, opts);
(_f = (_e = that === null || that === void 0 ? void 0 : that.render) === null || _e === void 0 ? void 0 : _e.apply) === null || _f === void 0 ? void 0 : _f.call(_e, this, opts);
(_f = (_e = that === null || that === void 0 ? void 0 : that.renderView) === null || _e === void 0 ? void 0 : _e.apply) === null || _f === void 0 ? void 0 : _f.call(_e, this, opts);
}

@@ -450,0 +450,0 @@ return readyResult;

{
"name": "mipp-ali",
"version": "1.24.0",
"version": "1.24.1",
"description": "小程序ts",

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

@@ -281,3 +281,3 @@ import clone from "rfdc";

await that?.onReadyAsync?.apply?.(this, opts);
await that?.render?.apply?.(this, opts);
await that?.renderView?.apply?.(this, opts);
return readyResult;

@@ -287,3 +287,3 @@ })();

that?.onReadyAsync?.apply?.(this, opts);
that?.render?.apply?.(this, opts);
that?.renderView?.apply?.(this, opts);
}

@@ -290,0 +290,0 @@

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