Socket
Socket
Sign inDemoInstall

kinvey-html5-sdk

Package Overview
Dependencies
Maintainers
2
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinvey-html5-sdk

Kinvey JavaScript SDK for HTML5 applications.


Version published
Weekly downloads
1.2K
decreased by-0.96%
Maintainers
2
Weekly downloads
 
Created
Source

Overview Build Status Code Climate

Kinvey (pronounced Kin-vey, like convey) makes it ridiculously easy for developers to setup, use and operate a cloud backend for their mobile apps. They don't have to worry about connecting to various cloud services, setting up servers for their backend, or maintaining and scaling them.

Installation

Using npm

Install and save the Kinvey HTML5 SDK:

npm install --save kinvey-html5-sdk

Import the Kinvey HTML5 SDK (ES6/TypeScript):

import Kinvey from 'kinvey-html5-sdk';

A TypeScript type definition file is included in the distribution and will automatically be picked up by the TypeScript compiler.

Using the Kinvey CDN
<script src="https://download.kinvey.com/js/kinvey-html5-sdk-3.5.0.min.js"></script>

A TypeScript type definition file is available at

https://download.kinvey.com/js/kinvey-html5-sdk-3.5.0.d.ts

You will then be able to access Kinvey HTML5 SDK via window.Kinvey.

Browser Compatibility

The Kinvey HTML5 SDK supports the following browsers:

  • On macOS: Safari, Chrome, Firefox
  • On iOS: Safari, Chrome
  • On Windows: Chrome, Firefox, Edge, Internet Explorer 11
  • On Android: Chrome (Performance depends on device)

Documentation

For more detailed documentation, see http://devcenter.kinvey.com/html5

License

See LICENSE for details.

Contributing

See CONTRIBUTING.md for details on reporting bugs and making contributions.

Keywords

FAQs

Package last updated on 08 Jul 2017

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