New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
2.0.0

4

dist/es5/plugins/login.d.ts

@@ -7,6 +7,6 @@ /**

export declare class Login {
static getCookie(url: string): Promise<void>;
static getCookieValue(url: string, cookieName: string): Promise<void>;
static getCookie(url: string): Promise<any>;
static getCookieValue(url: string, cookieName: string): Promise<any>;
static showLoginView(): void;
static logout(): void;
}

@@ -7,6 +7,6 @@ /**

export declare class Login {
static getCookie(url: string): Promise<void>;
static getCookieValue(url: string, cookieName: string): Promise<void>;
static getCookie(url: string): Promise<any>;
static getCookieValue(url: string, cookieName: string): Promise<any>;
static showLoginView(): void;
static logout(): void;
}
{
"name": "bce-native",
"version": "1.9.0",
"version": "2.0.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