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

can-list

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-list - npm Package Compare versions

Comparing version 3.0.0-pre.5 to 3.0.0-pre.6

3

can-list.js

@@ -908,4 +908,5 @@ /* jshint -W079 */

// specify the type
var oldIsListLike = types.isListLike;
types.isListLike = function(obj){
return obj instanceof List;
return obj instanceof List || oldIsListLike.apply(this, arguments);
};

@@ -912,0 +913,0 @@

{
"name": "can-list",
"version": "3.0.0-pre.5",
"version": "3.0.0-pre.6",
"description": "Observable lists",

@@ -5,0 +5,0 @@ "homepage": "http://canjs.com",

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