aerogear-cordova-crypto
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "aerogear-cordova-crypto", | ||
"version": "0.0.1", | ||
"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 ", | ||
"version": "0.0.2", | ||
"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 ", | ||
"cordova": { | ||
@@ -6,0 +6,0 @@ "id": "org.jboss.aerogear.cordova.crypto", |
@@ -108,13 +108,20 @@ AeroGear Crypto Plugin | ||
```shell | ||
cordova plugin add org.jboss.aerogear.cordova.crypto | ||
``` | ||
cordova create <PATH> [ID] [NAME] | ||
cd <PATH> | ||
# only ios and android are supported | ||
cordova platform add <PLATFORM> | ||
cordova plugin install https://github.com/edewit/aerogear-crypto-cordova | ||
# after adding the plugin for ios you'll have to run: | ||
_For now, only iOS and Android are supported_ | ||
### iOS | ||
```shell | ||
cordova platform add ios | ||
cd platforms/ios | ||
pod install | ||
``` | ||
### Android | ||
```shell | ||
cordova platform add android | ||
``` | ||
@@ -121,0 +128,0 @@ |
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
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
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
4962585
145
1