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

can-connect

Package Overview
Dependencies
Maintainers
6
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-connect - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

12

fall-through-cache/fall-through-cache_test.js

@@ -205,2 +205,3 @@ var QUnit = require("steal-qunit");

asyncTest("metadata transfered through fall through cache (#125)", function(){
var getDataBehaviorDataPromise;
var cacheConnection = {

@@ -216,3 +217,4 @@ getListData: function(){

getListData: function(){
return testHelpers.asyncResolve({data: [{id: 1}], count: 5});
getDataBehaviorDataPromise = testHelpers.asyncResolve({data: [{id: 1}], count: 5});
return getDataBehaviorDataPromise;
}

@@ -228,7 +230,9 @@ };

setTimeout(function(){
QUnit.equal(list.count, 5, "expando added");
QUnit.start();
},30);
getDataBehaviorDataPromise.then(function() {
QUnit.equal(list.count, 5, "expando added");
QUnit.start();
});
}, 50);
});
});
{
"name": "can-connect",
"version": "1.0.10",
"version": "1.0.11",
"description": "Data connection middleware and utilities",

@@ -5,0 +5,0 @@ "main": "can-connect.js",

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