Socket
Socket
Sign inDemoInstall

kinvey-nativescript-sdk

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinvey-nativescript-sdk

Kinvey JavaScript SDK for NativeScript applications.


Version published
Weekly downloads
106
decreased by-26.39%
Maintainers
1
Weekly downloads
 
Created
Source

Overview

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.

This SDK makes it easy to connect your Nativescript apps with Kinvey.

Installation

Using npm

Install and save the Kinvey NativeScript SDK:

npm install --save kinvey-nativescript-sdk

Import the Kinvey NativeScript SDK (ES6/TypeScript):

import Kinvey from 'kinvey-nativescript-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-nativescript-sdk-3.5.0.min.js"></script>

A TypeScript type definition file is available at

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

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

Documentation

We're working on adding Nativescript docs to our Devcenter! For documentation on our core Javascript APIs, see http://devcenter.kinvey.com/html5

Known Limitations

Currently, this SDK supports basic Kinvey auth and data functions, as well as offline behaviors and data synchronization. We're still working on supporting the following features -

  • Encryption on the local storage.
  • Nativescript docs.

License

See LICENSE for details.

Contributing

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

Keywords

FAQs

Package last updated on 13 Jun 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