Socket
Socket
Sign inDemoInstall

ember-couch

Package Overview
Dependencies
186
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

9

addon/adapters/document.js

@@ -86,3 +86,3 @@ import Ember from "ember";

// DEPRECATED
// Find has been deprecated as of Ember Data 1.13. This has been left for backwards compatibility.
// find has been deprecated as of Ember Data 1.13. This has been left for backwards compatibility.
find: function (store, type, id) {

@@ -171,3 +171,8 @@ return this.findRecord(store, type, id);

},
findQuery: function (store, type, query, modelArray) {
// DEPRECATED
// findQuery has been deprecated as of Ember Data 1.13. This has been left for backwards compatibility.
findQuery: function (store, type, query) {
return this.query(store, type, query);
},
query: function (store, type, query) {
var designDoc, normalizeResponse;

@@ -174,0 +179,0 @@ designDoc = query.designDoc || this.get("designDoc");

{
"name": "ember-couch",
"version": "0.0.1",
"version": "0.0.2",
"description": "An Ember.js adapter for Apache CouchDB",

@@ -5,0 +5,0 @@ "directories": {

@@ -8,3 +8,3 @@ [![Build Status](https://travis-ci.org/ValidUSA/ember-couch.svg?branch=2.0.0-alpha)](https://travis-ci.org/ValidUSA/ember-couch)[![License](https://img.shields.io/badge/license-MIT-blue.svg)](MIT-LICENSE)

## Version
Version 0.0.1 of this addon is tested to work with Ember 1.13.6 and Ember Data 1.13.7.
Version 0.0.2 of this addon is tested to work with Ember 1.13.6 and Ember Data 1.13.7.

@@ -11,0 +11,0 @@ ## Installation and Setup

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc