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.2.0 to 0.2.1

2

lib/class.js

@@ -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/)"

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