Socket
Socket
Sign inDemoInstall

kinvey-javascript-sdk-core

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinvey-javascript-sdk-core

Kinvey JavaScript SDK Core


Version published
Weekly downloads
1
decreased by-50%
Maintainers
2
Weekly downloads
 
Created
Source

Kinvey JavaScript SDK Core Build Status Code Climate codecov

The Kinvey JavaScript SDK Core is a package that can be used to develop JavaScript applications on the Kinvey platform. The Kinvey JavaScript SDK Core is intended to be used as a way to share common code across different JavaScript SDK shims.

The Kinvey JavaScript SDK Core supports several platforms through platform-specific shims. Here is a list of shims we currently support, each as a separate repo -

Refer to the Kinvey DevCenter for documentation on using Kinvey.

Build

Execute npm run build to build the package.

Release

TravisCI will deploy the pacakge to NPM.

  1. Checkout the master branch.
  2. Update the CHANGELOG.md.
  3. Execute npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]. See Version Management for more info on incrementing the version.
  4. Done.

Version Management

Updating the package version should follow Semantic Version 2.0.0:

  • Major (x.0.0): when making an incompatible API changes.
  • Minor (3.x.0): when adding functionality in a backwards-compatible manner.
  • Patch (3.0.x): when making backwards-compatible bug fixes or enhancements.

Test

Execute npm test to run the unit tests for the package.

License

See LICENSE for details.

Contributing

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

FAQs

Package last updated on 23 Sep 2016

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