nativescript-community / https

Secure HTTP client with SSL pinning for Nativescript - iOS/Android
https://nativescript-community.github.io/https/
Other
50 stars 42 forks source link

Package not updated #5

Open zontafil opened 7 years ago

zontafil commented 7 years ago

I think the package in the tns plugin repo is outdated (1.0.1)

roblav96 commented 7 years ago

@m3l7 i dont think i follow,

zontafil commented 7 years ago

if I download the package via npm or via tns plugin install, version 1.0.1 will be installed which I think it's an old version. i.e. HttpRequestOptions interface is missing url option:

export interface HttpsRequestOptions extends HttpRequestOptions {
    method: 'GET' | 'POST';
    headers?: Headers;
    content?: string;
}
roblav96 commented 7 years ago

@m3l7 hmm, very strange. ill have to look into this tonight

EddyVerbruggen commented 7 years ago

Yes indeed, this version is on npm.

roblav96 commented 7 years ago

@EddyVerbruggen my bad, i keep forgetting :X

benzman81 commented 6 years ago

still only version 1.0.1 is in npm and not the current one :-/

AresDev commented 5 years ago

@roblav96 are you planning to update the package on npm anytime soon? I workaround this problem installing directly from Github repo but this is not the way that it suppose to be.