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

@dfeidao/atom-mobile

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfeidao/atom-mobile - npm Package Compare versions

Comparing version 4.6.201905051519 to 4.6.201905151327

audio/audio-manager.d.ts

3

msgbox/alert.d.ts

@@ -10,4 +10,3 @@ /**

* @param cancelable: boolean; // 是否可以取消
* @param title: string; // todo 未知
*/
export default function show_action_sheet(title: string, message?: string, buttons?: string[], cancelable?: boolean, type?: string): Promise<number>;
export default function show_action_sheet(title: string, message?: string, buttons?: string[], cancelable?: boolean): Promise<number>;

@@ -13,5 +13,4 @@ "use strict";

* @param cancelable: boolean; // 是否可以取消
* @param title: string; // todo 未知
*/
async function show_action_sheet(title, message, buttons, cancelable, type) {
async function show_action_sheet(title, message, buttons, cancelable) {
return new Promise((resolve) => {

@@ -30,5 +29,5 @@ react_native_1.Alert.alert(title, message, buttons ? buttons.map((text, index) => {

}
}, type);
});
});
}
exports.default = show_action_sheet;
{
"name": "@dfeidao/atom-mobile",
"version": "4.6.201905051519",
"version": "4.6.201905151327",
"description": "原子操作",

@@ -41,5 +41,7 @@ "scripts": {

"@types/uuid": "latest",
"@yyyyu/react-native-wechat": "latest",
"cp-cli": "latest",
"del-cli": "latest",
"jpush-react-native": "latest",
"react-native-audio": "latest",
"native-base": "latest",

@@ -49,4 +51,4 @@ "react-native-device-info": "latest",

"react-native-image-crop-picker": "latest",
"react-native-sound": "latest",
"react-native-webview": "latest",
"react-navigation": "latest",
"tslint": "latest",

@@ -59,5 +61,5 @@ "typedoc": "latest",

},
"peerDependencies": {
"react-navigation": "*"
"dependencies": {
"react-navigation": "latest"
}
}
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