Comparing version 0.2.0 to 0.2.1
@@ -65,3 +65,3 @@ | ||
Object.keys( proto ).forEach( function( name ){ | ||
if( typeof proto[ name ] === "function" && proto[ name ].length > 0 ){ | ||
if( typeof proto[ name ] === "function" ){ | ||
var p = findProto( Super, name ); | ||
@@ -68,0 +68,0 @@ if ( p ) proto[ name ].super = p.bind( thisObject ); |
{ | ||
"name" : "ee-class" | ||
, "description" : "Javascript Class implementation for node.js" | ||
, "version" : "0.2.0" | ||
, "version" : "0.2.1" | ||
, "homepage" : "https://github.com/eventEmitter/ee-class" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
10713