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
10
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.5.7 to 1.5.8

4

can/model/model.js

@@ -17,3 +17,3 @@ var $ = require("jquery"),

var makeArray = require("can-util/js/make-array/make-array");
var types = require("can-types");
var canReflect = require("can-reflect");
var isPlainObject = require("can-util/js/is-plain-object/is-plain-object");

@@ -331,3 +331,3 @@

CanList.prototype.setup.apply(this);
this.replace(types.isPromise(params) ? params : this.constructor.Map.findAll(params));
this.replace(canReflect.isPromise(params) ? params : this.constructor.Map.findAll(params));
} else {

@@ -334,0 +334,0 @@ // Otherwise, set up the list like normal.

{
"name": "can-connect",
"version": "1.5.7",
"version": "1.5.8",
"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