Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 2.0.3 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",

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