New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rxdb

Package Overview
Dependencies
Maintainers
1
Versions
600
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rxdb - npm Package Versions

1
5860

3.0.2

Diff

Changelog

Source

3.0.2 (March 2, 2017)

Bugfixes:

  • compound-index not being created #68
pubkey
published 3.0.1 •

Changelog

Source

3.0.1 (March 2, 2017)

Bugfixes:

  • new document does not get new state on remove-reinsert #66
pubkey
published 3.0.0 •

Changelog

Source

3.0.0 (February 27, 2017) BREAKING

Features:

  • added DataMigration
  • added ORM/DRM-capabilities
  • added RxQuery.remove()
  • added Population
  • added RxDocument.deleted$
  • added RxDocument.synced$
  • added RxDocument.resnyc()
  • added RxCollection.upsert()
  • non-top-level-indexes are now allowed
  • RxQuery.sort() now works on non-top-level-indexes

Bugfixes:

  • running RxDocument().save() twice did not work

Breaking:

  • Collection-names must match ^[a-z][a-z0-9]*$ Fixes #45
  • RxDB.create has new api with destructuring see
  • RxDatabase.collection() has new api with destructuring see
  • schema-fieldnames must match the regex: ^[a-zA-Z][[a-zA-Z0-9_]*]?[a-zA-Z0-9]$
  • RxDatabase.collection() only to create collection, use myDatabase.heroes to get existing one
  • RxDB.create() multiInstance is now true by default
  • rxjs and babel-polyfill are now peerDependencies
pubkey
published 2.0.5 •

Changelog

Source

2.0.5 (February 25, 2017)

Features:

  • possibility to add pouchSettings when creating a collection
  • typings compatible with noImplicitAny Typescript projects
pubkey
published 2.0.4 •

Changelog

Source

2.0.4 (February 12, 2017)

Bugfixes:

  • top-level array of document not working #50
  • event on document.remove() not fired at query-obserable #52
pubkey
published 2.0.3 •

Changelog

Source

2.0.3 (January 31, 2017)

Features:

  • save full schema in internal database once

Bugfixes:

  • Throw when .findOne() is called with number or array
  • ADD babel-polyfill to dependencies #40
pubkey
published 2.0.2 •

Changelog

Source

2.0.2 (January 27, 2017)

Bugfixes:

  • Throw when .regex() is used on primary
pubkey
published 2.0.1 •

Changelog

Source

2.0.1 (January 26, 2017)

Refactor:

  • Because IE11 does not support the Proxy-Object, defineGetter/Setter is now used
  • Tests now run in all installed browsers

Bugfixes:

  • Fixed tests for IE11
pubkey
published 2.0.0 •

Changelog

Source

2.0.0 (January 23, 2017) BREAKING

Features:

  • key-compression for better space-usage

Breaking:

  • schema-objects are now normalized (order alphabetic) before hashing
  • RxQuery.select() is removed since it has no better performance than getting the whole document
  • RxChangeEvent on sockets do no longer contain the documents-data for performance-reason
  • RxQuery.$ only emits when the result actually changes #31

Bugfixes:

  • console.dir on RxDocument now works
pubkey
published 1.7.7 •

Changelog

Source

1.7.7 (January 13, 2017)

Features:

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