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

kinvey-titanium-sdk

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinvey-titanium-sdk - npm Package Compare versions

Comparing version 3.5.2 to 3.8.0

dist/client.js

18

CHANGELOG.md

@@ -7,2 +7,20 @@ # Change Log

## [3.8.0](https://github.com/Kinvey/titanium-sdk/tree/v3.8.0) (2017-08-23)
[Full Changelog](https://github.com/Kinvey/titanium-sdk/compare/v3.7.2...v3.8.0)<br/>
### Added
_None_
### Removed
_None_
### Changed/Fixed
- Updated [kinvey-js-sdk](https://github.com/Kinvey/js-sdk) dependency to [3.8.0](https://github.com/Kinvey/js-sdk/tree/v3.8.0)
### Merged Pull Requests
- Active User Storage [#12](https://github.com/Kinvey/titanium-sdk/pull/12)
### Closed Issues
_None_
## [3.5.2](https://github.com/Kinvey/titanium-sdk/tree/v3.5.2) (2017-07-08)

@@ -9,0 +27,0 @@ [Full Changelog](https://github.com/Kinvey/titanium-sdk/compare/v3.5.1...v3.5.2)<br/>

10

dist/index.js

@@ -5,4 +5,6 @@ 'use strict';

var _export2 = _interopRequireDefault(_export);
var _identity = require('kinvey-js-sdk/dist/identity');
var _kinvey = require('./kinvey');
var _middleware = require('./middleware');

@@ -25,7 +27,7 @@

// Setup popup
_export.User.usePopupClass(_popup2.default);
_identity.MobileIdentityConnect.usePopupClass(_popup2.default);
// Add the Push module
_export2.default.Push = new _push2.default();
_kinvey.Kinvey.Push = new _push2.default();
module.exports = _export2.default;
module.exports = _kinvey.Kinvey;

@@ -13,2 +13,4 @@ 'use strict';

var _storage = require('kinvey-js-sdk/dist/request/src/middleware/src/storage');
var _titaniumdb = require('./src/titaniumdb');

@@ -22,4 +24,4 @@

var Storage = function (_NodeStorage) {
_inherits(Storage, _NodeStorage);
var Storage = function (_CoreStorage) {
_inherits(Storage, _CoreStorage);

@@ -38,3 +40,3 @@ function Storage() {

return _titaniumdb.TitaniumDBAdapter.load(this.name).then(function (adapter) {
if ((0, _export.isDefined)(adapter) === false) {
if (!(0, _export.isDefined)(adapter)) {
return _get(Storage.prototype.__proto__ || Object.getPrototypeOf(Storage.prototype), 'loadAdapter', _this2).call(_this2);

@@ -49,4 +51,4 @@ }

return Storage;
}(_export.Storage);
}(_storage.Storage);
exports.default = Storage;

4

package.json
{
"name": "kinvey-titanium-sdk",
"version": "3.5.2",
"version": "3.8.0",
"description": "Kinvey JavaScript SDK for Titanium applications.",

@@ -41,3 +41,3 @@ "homepage": "http://www.kinvey.com",

"es6-promise": "4.1.0",
"kinvey-js-sdk": "3.5.2",
"kinvey-js-sdk": "3.8.0",
"lodash": "4.17.4",

@@ -44,0 +44,0 @@ "parse-headers": "2.0.1"

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