can-fixture
Advanced tools
Comparing version 1.1.1 to 1.1.2-pre.1
@module {function} can-fixture | ||
@parent can-ecosystem | ||
@parent can-data-modeling | ||
@collection can-ecosystem | ||
@group can-fixture.properties properties | ||
@@ -4,0 +5,0 @@ @group can-fixture.types types |
{ | ||
"name": "can-fixture", | ||
"version": "1.1.1", | ||
"version": "1.1.2-pre.1", | ||
"description": "Intercept AJAX requests and simulate responses.", | ||
@@ -15,8 +15,8 @@ "main": "fixture.js", | ||
"testee": "testee --browsers firefox test/test.html", | ||
"test": "npm run jshint && npm run testee", | ||
"test": "npm run detect-cycle && npm run jshint && npm run testee", | ||
"jshint": "jshint fixture.js core.js store.js xhr.js --config", | ||
"build": "node build.js" | ||
"build": "node build.js", | ||
"detect-cycle": "detect-cyclic-packages --ignore done-serve" | ||
}, | ||
"dependencies": { | ||
"can-connect": "^1.5.4", | ||
"can-deparam": "^1.0.1", | ||
@@ -29,2 +29,3 @@ "can-namespace": "1.0.0", | ||
"bit-docs": "0.0.7", | ||
"detect-cyclic-packages": "^1.1.0", | ||
"jquery": "^3.1.1", | ||
@@ -31,0 +32,0 @@ "jshint": "^2.7.0", |
var canSet = require("can-set"); | ||
var connect = require("can-connect"); | ||
var legacyStore = require("./helpers/legacyStore"); | ||
@@ -7,3 +6,3 @@ var each = require("can-util/js/each/each"); | ||
var isArrayLike = require("can-util/js/is-array-like/is-array-like"); | ||
var dataMemoryCache = require("can-connect/data/memory-cache/memory-cache"); | ||
var memoryConnection = require("./memoryConnectionStandalone"); | ||
@@ -152,3 +151,3 @@ var firstProp = function(obj){ | ||
var connection = connect([dataMemoryCache],{ | ||
var connection = memoryConnection({ | ||
algebra: algebra, | ||
@@ -155,0 +154,0 @@ idProp: idProp |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
136975
4
48
3244
8
1
- Removedcan-connect@^1.5.4
- Removedcan-attribute-encoder@0.3.5(transitive)
- Removedcan-compute@3.3.10(transitive)
- Removedcan-connect@1.5.18(transitive)
- Removedcan-construct@3.5.7(transitive)
- Removedcan-define@1.5.9(transitive)
- Removedcan-define-lazy-value@1.1.1(transitive)
- Removedcan-event@3.7.7(transitive)
- Removedcan-global@1.0.1(transitive)
- Removedcan-list@3.2.2(transitive)
- Removedcan-make-rest@0.1.4(transitive)
- Removedcan-map@3.6.1(transitive)
- Removedcan-observation@3.3.6(transitive)
- Removedcan-reflect-promise@1.1.5(transitive)
- Removedcan-route@3.3.4(transitive)
- Removedcan-simple-map@3.3.2(transitive)
- Removedcan-simple-observable@1.0.2(transitive)
- Removedcan-stache@3.15.1(transitive)
- Removedcan-stache-bindings@3.11.12(transitive)
- Removedcan-stache-key@0.1.4(transitive)
- Removedcan-string@1.1.0(transitive)
- Removedcan-test-helpers@1.1.4(transitive)
- Removedcan-validate-interface@0.1.2(transitive)
- Removedcan-view-callbacks@3.2.5(transitive)
- Removedcan-view-import@3.2.9(transitive)
- Removedcan-view-live@3.2.6(transitive)
- Removedcan-view-model@3.5.2(transitive)
- Removedcan-view-nodelist@3.1.1(transitive)
- Removedcan-view-parser@3.8.3(transitive)
- Removedcan-view-scope@3.6.0(transitive)
- Removedcan-view-target@3.1.6(transitive)
- Removedjquery@3.7.1(transitive)
- Removedsteal-stache@3.1.3(transitive)