can-connect
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "can-connect", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Data connection middleware and utilities", | ||
@@ -5,0 +5,0 @@ "main": "can-connect.js", |
@@ -358,3 +358,3 @@ /** | ||
var setAdd = function(connection, setItems, items, item, algebra){ | ||
var index = set.index(setItems, items, item, algebra); | ||
var index = canSet.index(setItems, items, item, algebra); | ||
if(index === undefined) { | ||
@@ -361,0 +361,0 @@ index = items.length; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
383294
117
10104