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
4
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.4.2 to 1.5.0

docs/symbols-offPatches.md

7

can-symbol.js

@@ -30,3 +30,3 @@ var namespace = require("can-namespace");

* @function can-symbol.for for
* @parent can-symbol
* @parent can-symbol/methods
* @description Get a symbol based on a known string identifier, or create it if it doesn't exist.

@@ -63,3 +63,3 @@ *

"toPrimitive","toStringTag","unscopables"].forEach(function(name){
CanSymbol[name] = CanSymbol.for(name);
CanSymbol[name] = CanSymbol("Symbol."+name);
});

@@ -112,3 +112,4 @@ }

"onKeysAdded",
"onKeysRemoved"
"onKeysRemoved",
"onPatches"
].forEach(function(name){

@@ -115,0 +116,0 @@ CanSymbol.for("can."+name);

@@ -5,7 +5,9 @@ @page can-symbol

@package ./package.json
@group can-symbol/symbols/type Type Symbols
@group can-symbol/symbols/shape Shape Symbols
@group can-symbol/symbols/get-set Get/Set Symbols
@group can-symbol/symbols/call Call Symbols
@group can-symbol/symbols/observe Observe Symbols
@group can-symbol/methods 0 Methods
@group can-symbol/symbols/type 1 Type Symbols
@group can-symbol/symbols/get-set 2 Get/Set Symbols
@group can-symbol/symbols/shape 3 Shape Symbols
@group can-symbol/symbols/call 4 Call Symbols
@group can-symbol/symbols/observe 5 Observe Symbols
@group can-symbol/types 6 Types
@description Symbols used to detail how CanJS may operate on different objects

@@ -12,0 +14,0 @@

{
"name": "can-symbol",
"version": "1.4.2",
"version": "1.5.0",
"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