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

kinto

Package Overview
Dependencies
Maintainers
7
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinto - npm Package Versions

1
7

10.0.0

Diff

Changelog

Source

v10.0.0 (2017-10-12)

Breaking changes

  • Remove async/await transpilation for Firefox (#732)

New features

  • Add IDB#resetSyncStatus (#767).
  • Allow ID schemae to use the record itself when generating its ID (#727).

Bug fixes

  • Update requirements and dependencies: Sinon is now 4.0.0 or greater (#760, #748, #709), ESLint is now ^4.7.2 (#759, #757, #756, #753, #749, #746, #745, #739, #734, #721), Mocha is now 4.0.0 or greater (#768), Coveralls is now 3.0.0 or greater (#766), Prettier is now 1.7.2 (#765, #762, #751, #725, #714), esdoc-importpath-plugin is now 1.0.1 (#754, #742, #722), babel-eslint is now 8.0.0 or greater (#755), esdoc itself is now 1.0.1 or greater (#741), kinto-node-test-server is now a range dependency of ^1.0.0 (#736), uglifyify is now 4.0.1 or greater (#717), chai is 4.0.1 or greater (#712) and chai-as-promised is now 7.0.0 or greater (#715).
  • Move off of husky and lint-staged to pre-commit, because it works better on partial commits (see https://github.com/Kinto/kinto-admin/issues/419) (#737, #720, #719).
  • docs: update docs to match explicit requirement on Node v6 or greater (#716, #730), add some information about use with WebSockets (#728), and note that we use Greenkeeper (#706).
  • Fix strange test failures around 2017-10-10 (#770).
  • Expose Kinto tracebacks when they occur, as we do in kinto-http (#729).
  • Add a test for Firefox bug 1376618 (#726).
  • Alphabetize a couple of object keys (#711).
glasserc
published 9.0.2 •

Changelog

Source

v9.0.2 (2017-05-11)

Bug fixes:

  • Fix EventEmitter typo (#699).
glasserc
published 9.0.1 •

Changelog

Source

v9.0.1 (2017-05-11)

Bug fixes:

  • No need to push "deleted" resolution (#696).

Dependency updates:

  • Update to current location of EventEmitter (#697).
  • Update gh-pages to 1.0.0 (#693).
glasserc
published 9.0.0 •

Changelog

Source

v9.0.0 (2017-05-10)

  • Update oodles of dependencies -- eslint to 3.19.0 (#639, #644, #654, #655, #658, #665, #667), fake-indexeddb to 2.0.3 (#645, #646, #647, #685, #695), kinto-http to 4.3.3 (#651, #667, #673, #686), esdoc-importpath-plugin to 0.1.1 (#653), babel-istanbul to version 0.12.2 (#656), kinto-node-test-server to version 1.0.0 (#661), sinon to version 2.0.0 (#663), babel-eslint to version 7.2.2 (#672), babel-loader to version 7.0.0 (#683), esdoc-importpath-plugin to version 0.1.2 (#684), http-server to version 0.10.0 (#689)
  • Adopt Prettier (#659, #675, #682)
  • esdoc: remove esdoc-es7-plugin (#660)
  • Suppress lint warnings. (#662)
  • Fix remote delete (#692). This breaks API compatibility for the SyncResultObject.resolved field. Details are in the updating.md file.
glasserc
published 8.0.0 •

Changelog

Source

v8.0.0 (2017-05-10)

This release:

  • updates a bunch of dependencies (#625, #626, #627, #628, #629, #630, #633, #634, #635, #636)
  • refactors some internals of the sync() method to allow users to transform local deletes into remote keeps (#640)

This is a major version because it changes one aspect of how remote transformers work. Previously, a remote transformer could return anything for a deleted record, and that record would still be deleted. Now, if a transformer changes a record's _status, it will be respected.

leplatrem
published 7.1.0 •

Changelog

Source

v7.1.0 (2017-01-17)

  • Override client options from collection (#622)
leplatrem
published 7.0.0 •

Changelog

Source

v7.0.0 (2017-01-17)

Breaking changes

  • Remove open() and close() methods from BaseAdapter (#599)

New features

  • Add sync events (#620)
  • Retry requests once by default (#621)
glasserc
published 6.0.0 •

Changelog

Source

v6.0.0 (2016-11-15)

This merges #562, which is a major version change because it removes the Firefox storage adapter. This code is specific to Gecko and will move to that repository.

glasserc
published 5.1.0 •

Changelog

Source

v5.1.0 (2016-11-04)

This release:

  • Accept a new sqliteHandle in adapterOptions in FirefoxStorage, and expose _init to let it be used sanely (#589).
  • Update a bunch of dependencies (#579, #580, #586).
  • Constrain dependency on underlying kinto when running tests (#584).
glasserc
published 5.0.0 •

Changelog

Source

v5.0.0 (2016-10-07)

This release:

  • Massive refactor of most methods from manually-handled promises to async/await (#538).
  • Updates the documentation with a "NOP" schema example for use when you don't really need an idSchema (#533).
  • Optimize collection#list by doing filtering before putting documents in a list rather than after (#543).
  • Upgrades tests to Kinto 4.3 (#573).
  • Fix for a puzzling bug involving IndexedDB use on Safari (#549).
  • Fixes yet another bug in conflict resolution during CLIENT_WINS when using transformers (#570).
  • Add a FirefoxAdapter#resetSyncStatus that resets sync status across all collections, rather than the one you happen to have gotten your hands on (#571). This is not possible as yet in IndexedDB, so it's only in FirefoxAdapter for now.

This might be the last release before we take FirefoxStorage out of this repo and move it to Gecko.

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