aerogear-cordova-crypto
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "aerogear-cordova-crypto", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "This plugin mimics the API of the aerogear-js crypto functions as close as possible, but delegates the work to the native implementations\n ", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -15,3 +15,3 @@ AeroGear Crypto Plugin | ||
* Password based key derivation support (PBKDF2) | ||
* Password based key derivation support | ||
@@ -27,3 +27,3 @@ ```js | ||
* Symmetric encryption support (GCM) | ||
* Symmetric encryption support | ||
@@ -47,3 +47,3 @@ * Encryption: | ||
}); | ||
// or with regular callbacks | ||
@@ -87,3 +87,3 @@ | ||
* Asymmetric encryption support (ECC) / iOS not supported | ||
* Asymmetric encryption support / iOS not supported | ||
@@ -126,3 +126,3 @@ ```js | ||
### Android | ||
### Android | ||
@@ -133,2 +133,18 @@ ```shell | ||
## Run tests | ||
1. Use your existing cordova app, or create a new one. | ||
1. Add the plugin and the tests: | ||
```bash | ||
cordova plugin add https://github.com/aerogear/aerogear-cordova-crypto.git | ||
cordova plugin add https://github.com/aerogear/aerogear-cordova-crypto.git#:/tests | ||
``` | ||
1. Add this plugin: | ||
```bash | ||
cordova plugin add http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework.git | ||
``` | ||
1. Change the start page in `config.xml` with `<content src="cdvtests/index.html" />` or navigate to cdvtests/index.html from within your app. | ||
## Documentation | ||
@@ -135,0 +151,0 @@ |
@@ -0,0 +0,0 @@ /* AeroGear JavaScript Library |
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
161
2593237
19
330