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

feathers-rethinky

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feathers-rethinky

Thinky.js RethinkDB Adaptor for Feathers JS

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

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

feathers-rethinky

Circle CI

feathers-rethinky
  extend
    ✓ extends and uses extended method
  get
    ✓ returns an instance that exists
    ✓ returns NotFound error for non-existing id
  remove
    ✓ deletes an existing instance and returns the deleted instance
    ✓ deletes multiple instances
  find
    ✓ returns all items
    ✓ filters results by a single parameter
    ✓ filters results by multiple parameters
    - can handle complex nested special queries
    special filters
      ✓ can $sort
      ✓ can $limit
      ✓ can $skip
      ✓ can $select
      ✓ can $or
      - can $not
      ✓ can $in
      ✓ can $nin
      ✓ can $lt
      ✓ can $lte
      ✓ can $gt
      ✓ can $gte
      ✓ can $ne
      - can $populate
    paginate
      - returns paginated object, paginates by default and shows total
      - paginates max and skips
  update
    - replaces an existing instance
    - returns NotFound error for non-existing id
  patch
    ✓ updates an existing instance
    ✓ patches multiple instances
    ✓ returns NotFound error for non-existing id
  create
    ✓ creates a single new instance and returns the created instance
    ✓ creates multiple new instances

Keywords

FAQs

Package last updated on 26 Mar 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