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

greact-acr-cloud

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

greact-acr-cloud

[![npm version](http://img.shields.io/npm/v/greact-acr-cloud.svg?style=flat-square)](https://npmjs.org/package/greact-acr-cloud "View this project on npm") [![npm downloads](http://img.shields.io/npm/dm/greact-acr-cloud.svg?style=flat-square)](https://npm

  • 0.3.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

greact-acr-cloud

npm version npm downloads npm licence Platform

Install

npm i --save greact-acr-cloud
React Native version(s)Supporting greact-acr-cloud version(s)
v0.44.0+v0.3.1

Stable version

v0.3.1

Usage

import greactAcrCloud from "greact-acr-cloud";
greactAcrCloud.init({
  host: "",
  accessKey: "",
  accessSecret: "",
  timeout: ""
})

greactAcrCloud.start()
  .then((response) => {
    console.log(response);
  });

greactAcrCloud.stop()

Props

PropTypeOptionalDefaultDescription
hoststringNoThe host of API
accessKeystringNoThe Access Key
accessSecretstringNoThe Access Secret
timeoutnumberYesThe timeout in second

MIT Licensed

Keywords

FAQs

Package last updated on 09 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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