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

@byhealth/native-app-jssdk

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byhealth/native-app-jssdk - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

dist/index.d.ts
import { ShareInfo, UserInfo } from './types/MemberAppJs';
import * as NativeView from './nativeView';
/**

@@ -108,1 +109,2 @@ * 当前是否在App环境

export declare function userInfo(): Promise<UserInfo>;
export { NativeView };

@@ -20,2 +20,4 @@ "use strict";

var nativeBridge_1 = __importStar(require("./lib/nativeBridge"));
var NativeView = __importStar(require("./nativeView"));
exports.NativeView = NativeView;
/**

@@ -22,0 +24,0 @@ * 当前是否在App环境

@@ -8,2 +8,3 @@ /*

import nativeBridge, { isAppWebview, isAndroid } from './lib/nativeBridge';
import * as NativeView from './nativeView';
/**

@@ -185,1 +186,2 @@ * 当前是否在App环境

}
export { NativeView };

2

package.json
{
"name": "@byhealth/native-app-jssdk",
"version": "2.0.1",
"version": "2.0.2",
"description": "By-Health Native App Jssdk.",

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

@@ -41,1 +41,12 @@ # By-Health Native App Jssdk

- Android和iOS不允许重复调用 playMusic 播放音乐;
## Changelog
### `2.0.1`
- 修复 NodeJs 服务端找不到 window 的问题;
### `2.0.0`
- 使用 TypeScript 重写SDK;
- 支持 ES6 语法导出模块;
- 支持多个接口连续调用;
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