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.1.0 to 0.1.1

3

index.js

@@ -67,3 +67,4 @@

if ( getRootModulePath() && path.indexOf( getRootModulePath() ) === 0 ){
return path.substr( getRootModulePath().length ).replace( /\//g, "." );
path = path.substr( getRootModulePath().length );
return path.indexOf( "node_modules" === -1 ) ? path.replace( /\//g, "." ) : path.substr( path.lastIndexOf( "node_modules" ) + 13 ).replace( /\//g, "." );
}

@@ -70,0 +71,0 @@

{
"name": "ee-class"
, "description": "js class implementation"
, "version": "0.1.0"
, "version": "0.1.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