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.7 to 0.0.8

0

addon/serializers/attachment.js

@@ -0,0 +0,0 @@ import DS from "ember-data";

4

addon/serializers/document.js

@@ -118,4 +118,4 @@ import Ember from "ember";

var attribute = relationship.options.attribute || "id",
belongsTo = relationship.key,
key = snapshot.belongsTo(key);
key = relationship.key,
belongsTo = snapshot.belongsTo(key);
if (Ember.isNone(belongsTo)) {

@@ -122,0 +122,0 @@ return;

@@ -0,0 +0,0 @@ import Ember from "ember";

{
"name": "ember-couch",
"version": "0.0.7",
"version": "0.0.8",
"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=master)](https://travis-ci.org/ValidUSA/ember-couch)[![License](https://img.shields.io/badge/license-MIT-blue.svg)](MIT-LICENSE)

## Version
Version 0.0.7 of this addon is tested to work with Ember 2.0.0 and Ember Data 2.0.0.
Version 0.0.8 of this addon is tested to work with Ember 2.0.0 and Ember Data 2.0.0.

@@ -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