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.0 to 1.19.1

4

dist/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.MiniPage = exports.ComponentBase = exports.lifetimes = exports.pageLifetime = exports.method = exports.MiniComponent = exports.PageBase = void 0;
exports.MiniPage = exports.ComponentBase = exports.lifetime = exports.lifetimes = exports.pageLifetime = exports.method = exports.MiniComponent = exports.PageBase = void 0;
var Base_1 = __importStar(require("../dist/Page/Base"));

@@ -29,2 +29,3 @@ Object.defineProperty(exports, "MiniPage", { enumerable: true, get: function () { return Base_1.MiniPageBase; } });

Object.defineProperty(exports, "lifetimes", { enumerable: true, get: function () { return Base_2.lifetimes; } });
Object.defineProperty(exports, "lifetime", { enumerable: true, get: function () { return Base_2.lifetime; } });
exports.PageBase = Base_1.default;

@@ -40,4 +41,5 @@ exports.MiniComponent = Base_2.default;

lifetimes: Base_2.lifetimes,
lifetime: Base_2.lifetime,
ComponentBase: exports.MiniComponent,
MiniPage: Base_1.MiniPageBase,
};
{
"name": "mipp-ali",
"version": "1.19.0",
"version": "1.19.1",
"description": "小程序ts",

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

@@ -6,2 +6,3 @@ import Base, { MiniPageBase } from "../dist/Page/Base";

lifetimes,
lifetime,
} from "../dist/Component/Base";

@@ -15,2 +16,3 @@

lifetimes,
lifetime,
MiniComponent as ComponentBase,

@@ -26,4 +28,5 @@ MiniPageBase as MiniPage,

lifetimes,
lifetime,
ComponentBase: MiniComponent,
MiniPage: MiniPageBase,
};
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