Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

can-fixture

Package Overview
Dependencies
Maintainers
7
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-fixture - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2-pre.1

memoryConnectionStandalone.js

3

docs/can-fixture.md
@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

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