Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

can-define

Package Overview
Dependencies
Maintainers
15
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-define - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

2

can-define.js

@@ -36,3 +36,3 @@ "use strict";

var isDefineType = function(func){
return func && (func.canDefineType === true || (typeof func === "object" && func[newSymbol]) );
return func && (func.canDefineType === true || func[newSymbol] );
};

@@ -39,0 +39,0 @@

{
"name": "can-define",
"version": "2.2.3",
"version": "2.2.4",
"description": "Create observable objects with JS dot operator compatibility",

@@ -5,0 +5,0 @@ "main": "can-define.js",

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