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

ee-class

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ee-class - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

2

lib/class.js

@@ -221,3 +221,3 @@ !function(global){

if ( typeof instance.init === "function" ){
contructorResult = ( arguments.length > 1 ) ? instance.init.apply( instance, Array.prototype.slice.call( arguments ) ) : instance.init( options || {} );
contructorResult = ( arguments.length > 1 ) ? instance.init.apply( instance, Array.prototype.slice.call( arguments ) ) : instance.init( options );
if ( typeof contructorResult === "object" || typeof contructorResult === "function" ) instance = contructorResult;

@@ -224,0 +224,0 @@ }

{
"name" : "ee-class"
, "description" : "Javascript Class implementation for node.js & ecma script 5 compatible browsers"
, "version" : "0.3.0"
, "version" : "0.4.0"
, "homepage" : "https://github.com/eventEmitter/ee-class"

@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)"

@@ -117,2 +117,4 @@ # ee-class

- 0.2.7: Added support fo Object.defineProperties()
- 0.2.8: Removed all occurences of __proto__ in th eclass implementation, replaced the by Object.getPrototypeOf()
- 0.2.8: Removed all occurences of __proto__ in th eclass implementation, replaced the by Object.getPrototypeOf()
- 0.3.0: Removed the deprecated «parent» property
- 0.4.0: Removed the default value passed to a class constructor
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