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

bce-native

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bce-native - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

dist/es5/plugins/camera.d.ts

1

dist/es5/index.d.ts
export * from './plugins/appversion';
export * from './plugins/bdpush';
export * from './plugins/call-number';
export * from './plugins/camera';
export * from './plugins/device';

@@ -5,0 +6,0 @@ export * from './plugins/http';

@@ -10,2 +10,3 @@ "use strict";

var call_number_1 = require("./plugins/call-number");
var camera_1 = require("./plugins/camera");
var device_1 = require("./plugins/device");

@@ -25,2 +26,3 @@ var http_1 = require("./plugins/http");

__export(require("./plugins/call-number"));
__export(require("./plugins/camera"));
__export(require("./plugins/device"));

@@ -42,2 +44,3 @@ __export(require("./plugins/http"));

CallNumber: call_number_1.CallNumber,
Camera: camera_1.Camera,
Device: device_1.Device,

@@ -44,0 +47,0 @@ HTTP: http_1.HTTP,

2

dist/es5/plugins/bdpush.js

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

repo: '',
platforms: ['iOS']
platforms: ['Android', 'iOS']
})

@@ -36,0 +36,0 @@ ], BDPush);

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

repo: 'https://github.com/Rohfosho/CordovaCallNumberPlugin',
platforms: ['iOS', 'Android']
platforms: ['Android', 'iOS']
})

@@ -50,0 +50,0 @@ ], CallNumber);

@@ -93,3 +93,4 @@ "use strict";

pluginRef: 'cordova.plugins.Keyboard',
repo: 'https://github.com/driftyco/ionic-plugin-keyboard'
repo: 'https://github.com/driftyco/ionic-plugin-keyboard',
platforms: ['Android', 'iOS']
})

@@ -96,0 +97,0 @@ ], Keyboard);

/**
* @name baidu login
* @description
* Cordova / Phonegap plugin for multi webview
* Cordova / Phonegap plugin for baidu login
*/
export declare class Login {
static getCookie(url: string): Promise<any>;
static getCookieValue(url: string, cookieName: string): Promise<any>;
static showLoginView(): void;
static logout(): void;
static getCookieValue(url: string, cookieKey: string): Promise<any>;
static showPASSQRCodeScanViewController(): Promise<any>;
static showPASSAccountRealNameViewController(): Promise<any>;
static showLoginView(): Promise<any>;
static showPassLoginView(): Promise<any>;
static showUCLoginView(): Promise<any>;
static showUCRegisterView(): Promise<any>;
static ucLoginSuccess(url: Object): Promise<any>;
static popView(): void;
static logout(): Promise<any>;
}

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

* @description
* Cordova / Phonegap plugin for multi webview
* Cordova / Phonegap plugin for baidu login
*/

@@ -19,5 +19,12 @@ var Login = (function () {

Login.getCookie = function (url) { return; };
Login.getCookieValue = function (url, cookieName) { return; };
Login.showLoginView = function () { };
Login.logout = function () { };
Login.getCookieValue = function (url, cookieKey) { return; };
Login.showPASSQRCodeScanViewController = function () { return; };
Login.showPASSAccountRealNameViewController = function () { return; };
Login.showLoginView = function () { return; };
Login.showPassLoginView = function () { return; };
Login.showUCLoginView = function () { return; };
Login.showUCRegisterView = function () { return; };
Login.ucLoginSuccess = function (url) { return; };
Login.popView = function () { };
Login.logout = function () { return; };
return Login;

@@ -33,5 +40,26 @@ }());

plugin_1.Cordova()
], Login, "showPASSQRCodeScanViewController", null);
__decorate([
plugin_1.Cordova()
], Login, "showPASSAccountRealNameViewController", null);
__decorate([
plugin_1.Cordova()
], Login, "showLoginView", null);
__decorate([
plugin_1.Cordova()
], Login, "showPassLoginView", null);
__decorate([
plugin_1.Cordova()
], Login, "showUCLoginView", null);
__decorate([
plugin_1.Cordova()
], Login, "showUCRegisterView", null);
__decorate([
plugin_1.Cordova()
], Login, "ucLoginSuccess", null);
__decorate([
plugin_1.Cordova()
], Login, "popView", null);
__decorate([
plugin_1.Cordova()
], Login, "logout", null);

@@ -38,0 +66,0 @@ Login = __decorate([

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

repo: '',
platforms: ['iOS']
platforms: ['Android', 'iOS']
})

@@ -52,0 +52,0 @@ ], MTJ);

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

repo: '',
platforms: ['iOS']
platforms: ['Android', 'iOS']
})

@@ -36,0 +36,0 @@ ], Payment);

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

repo: 'https://github.com/apache/cordova-plugin-statusbar',
platforms: ['iOS', 'Android', 'Windows Phone 8', 'Windows 8', 'Windows 10']
platforms: ['Android', 'iOS']
})

@@ -146,0 +146,0 @@ ], StatusBar);

{
"name": "bce-native",
"version": "2.0.0",
"version": "2.1.0",
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support. Fork from ionic-native 2.2.13",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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