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

can-symbol

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-symbol - npm Package Compare versions

Comparing version 1.0.0-pre.0 to 1.0.0-pre.1

docs/symbols-isFunctionLike.md

1

can-symbol.js

@@ -70,2 +70,3 @@ var CanSymbol;

"isValueLike",
"isFunctionLike",
// ======= Shape detection =========

@@ -72,0 +73,0 @@ "getOwnKeys",

6

docs/symbols-isListLike.md

@@ -1,7 +0,7 @@

@typedef {Boolean} can-symbol/symbols/isListLike can.isListLike
@typedef {Boolean} can-symbol/symbols/isFunctionLike can.isFunctionLike
@parent can-symbol/symbols/type
@description Set to `true` on objects with numeric indexes and length.
@signature `@@can.isListLike`
@signature `@@can.isFunctionLike`
Setting the value of `can.isListLike` to `true` on an object shows that this object can be used with numeric properties, like a [can-define/list/list DefineList].
Setting the value of `can.isFunctionLike` to `true` on an object shows that this object can be called as a function. Setting it to `false` on a function shows that it should not be called as a function.
{
"name": "can-symbol",
"version": "1.0.0-pre.0",
"version": "1.0.0-pre.1",
"description": "Well known symbols used to detail how to operate on different objects",

@@ -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