Skip to content

Commit

Permalink
Merge pull request #13 from mibrito707/dev
Browse files Browse the repository at this point in the history
Repackage as cordova-plugin-secure-storage-echo
  • Loading branch information
mibrito707 authored Oct 2, 2019
2 parents 41726c2 + 371b8bc commit 5b6e860
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SecureStorage plugin for Apache Cordova

[![NPM](https://nodei.co/npm/@mibtiyo707/cordova-plugin-secure-storage.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/@mibrito707/cordova-plugin-secure-storage/)
[![NPM](https://nodei.co/npm/cordova-plugin-secure-storage-echo.png?mini=true)](https://nodei.co/npm/cordova-plugin-secure-storage-echo/)

##### Forked from [Crypho/cordova-plugin-secure-storage](https://github.com/Crypho/cordova-plugin-secure-storage) in a effort to keep that project alive.
##### Forked from [Crypho/cordova-plugin-secure-storage](https://github.com/Crypho/cordova-plugin-secure-storage) in a effort to keep that project alive. Thank you @ggozad.

## Introduction

Expand Down Expand Up @@ -33,13 +33,7 @@ The plugin can be installed via the Cordova command line interface:
- Run the command:

```sh
cordova plugin add cordova-plugin-secure-storage
```

or if you want to be running the development version,

```sh
cordova plugin add https://github.com/crypho/cordova-plugin-secure-storage.git
cordova plugin add cordova-plugin-secure-storage-echo
```

## <a name="plugin_api"></a> Plugin API
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mibrito707/cordova-plugin-secure-storage",
"version": "4.0.3",
"name": "cordova-plugin-secure-storage-echo",
"version": "5.0.0",
"description": "Secure storage plugin for iOS & Android",
"author": "Yiorgis Gozadinos <[email protected]>",
"contributors": [
Expand All @@ -22,14 +22,15 @@
}
],
"cordova": {
"id": "cordova-plugin-secure-storage",
"id": "cordova-plugin-secure-storage-echo",
"platforms": ["android", "ios", "wp8", "windows"]
},
"keywords": [
"cordova",
"security",
"encryption",
"storage",
"secure",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
Expand All @@ -40,7 +41,7 @@
"main": "www/securestorage.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mibrito707/cordova-plugin-secure-storage.git"
"url": "git+https://github.com/mibrito707/cordova-plugin-secure-storage-echo.git"
},
"scripts": {
"eslint": "./node_modules/.bin/eslint www/securestorage.js tests/tests.js"
Expand All @@ -51,7 +52,7 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mibrito707/cordova-plugin-secure-storage/issues"
"url": "https://github.com/mibrito707/cordova-plugin-secure-storage-echo/issues"
},
"homepage": "https://github.com/mibrito707/cordova-plugin-secure-storage#readme"
"homepage": "https://github.com/mibrito707/cordova-plugin-secure-storage-echo#readme"
}
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-secure-storage"
version="4.0.3">
id="cordova-plugin-secure-storage-echo"
version="5.0.0">

<name>SecureStorage</name>
<author>Crypho AS</author>
Expand Down

0 comments on commit 5b6e860

Please sign in to comment.