🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

jet-miniapp

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jet-miniapp - npm Package Compare versions

Comparing version

to
2.0.4

dist/cloud.d.ts

3

dist/index.d.ts

@@ -5,2 +5,3 @@ export * from './basic';

import * as _my from './my';
export { R, _my as my };
import cloud from './cloud';
export { R, _my as my, cloud };

@@ -12,2 +12,5 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -20,1 +23,3 @@ __export(require("./basic"));

exports.my = _my;
const cloud_1 = __importDefault(require("./cloud"));
exports.cloud = cloud_1.default;
{
"name": "jet-miniapp",
"version": "2.0.3",
"version": "2.0.4",
"description": "客户端sdk",

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