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

can-list

Package Overview
Dependencies
Maintainers
8
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.2.0-pre.1 to 3.2.0-pre.2

3

can-list.js

@@ -990,2 +990,5 @@ /* jshint -W079 */

this[canSymbol.for("can.onKeyValue")]("remove", handler);
},
"can.splice": function(index, deleteCount, insert){
this.splice.apply(this, [index, deleteCount].concat(insert));
}

@@ -992,0 +995,0 @@ });

4

package.json
{
"name": "can-list",
"version": "3.2.0-pre.1",
"version": "3.2.0-pre.2",
"description": "Observable lists",

@@ -60,3 +60,3 @@ "homepage": "http://canjs.com",

"steal-tools": "^1.1.2",
"testee": "^0.3.1"
"testee": "^0.6.1"
},

@@ -63,0 +63,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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