New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

can-reflect

Package Overview
Dependencies
Maintainers
10
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-reflect - npm Package Compare versions

Comparing version 1.16.6 to 1.16.7

2

package.json
{
"name": "can-reflect",
"version": "1.16.6",
"version": "1.16.7",
"description": "reflection on unknown data types",

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

@@ -25,3 +25,3 @@ var canSymbol = require("can-symbol");

if(type === "string" || Array.isArray(list)) {
return;
return true;
}

@@ -28,0 +28,0 @@ var length = list && (type !== 'boolean' && type !== 'number' && "length" in list) && list.length;

@@ -1167,3 +1167,3 @@ var canSymbol = require("can-symbol");

shapeReflections.each(obj, function(){
shapeReflections.eachIndex(obj, function(){
count++;

@@ -1170,0 +1170,0 @@ });

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