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
4
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 0.5.0 to 0.5.1

2

package.json
{
"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;

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