Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aerogear-cordova-crypto

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aerogear-cordova-crypto - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc