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

emoney

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emoney - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

dist/emoney-0.2.3.js

4

bower.json
{
"name": "emoney",
"version": "0.2.2",
"version": "0.2.3",
"homepage": "https://github.com/elnarddogg/emoney.git",

@@ -9,3 +9,3 @@ "authors": [

"description": "A lightweight event emitter for clients and servers",
"main": "dist/emoney-0.2.2.min.js",
"main": "dist/emoney-0.2.3.min.js",
"keywords": [

@@ -12,0 +12,0 @@ "javascript",

{
"name": "emoney",
"version": "0.2.2",
"version": "0.2.3",
"description": "A lightweight event emitter for clients and servers",
"main": "dist/emoney-0.2.2.min.js",
"main": "dist/emoney-0.2.3.min.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "mocha test/test.js"

@@ -18,3 +18,3 @@ E$

function Constructor() {
function E$ishConstructor() {
E$.construct( this );

@@ -27,3 +27,3 @@ }

return new Constructor();
return new E$ishConstructor();

@@ -30,0 +30,0 @@ }());

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