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.19.5 to 1.19.6

4

dist/Component/Base.js

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

}
var createdFn = (_d = _that === null || _that === void 0 ? void 0 : _that.lifetimes) === null || _d === void 0 ? void 0 : _d.created;
var createdFn = ((_d = _that === null || _that === void 0 ? void 0 : _that.lifetimes) === null || _d === void 0 ? void 0 : _d.created) || (_that === null || _that === void 0 ? void 0 : _that.created);
_that.lifetimes.created = function created() {

@@ -144,3 +144,3 @@ var _a;

};
var readyFn = (_e = _that === null || _that === void 0 ? void 0 : _that.lifetimes) === null || _e === void 0 ? void 0 : _e.ready;
var readyFn = ((_e = _that === null || _that === void 0 ? void 0 : _that.lifetimes) === null || _e === void 0 ? void 0 : _e.ready) || (_that === null || _that === void 0 ? void 0 : _that.ready);
_that.lifetimes.ready = function ready() {

@@ -147,0 +147,0 @@ var _a;

{
"name": "mipp-ali",
"version": "1.19.5",
"version": "1.19.6",
"description": "小程序ts",

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

@@ -88,3 +88,3 @@ import rfdc from "rfdc";

const createdFn = _that?.lifetimes?.created;
const createdFn = _that?.lifetimes?.created || _that?.created;
_that.lifetimes.created = function created(...opts: any) {

@@ -97,3 +97,3 @@ try {

const readyFn = _that?.lifetimes?.ready;
const readyFn = _that?.lifetimes?.ready || _that?.ready;
_that.lifetimes.ready = function ready(...opts: any) {

@@ -100,0 +100,0 @@ try {

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