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

@voliware/eventsystem

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voliware/eventsystem - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

build.js

2

index.js

@@ -1,1 +0,1 @@

module.exports = require('./eventSystem');
module.exports = require('./lib/eventSystem');
{
"name": "@voliware/eventsystem",
"version": "1.0.1",
"version": "1.0.2",
"description": "An event system with on/off/emit functions",
"main": "index.js",
"scripts": {
"test": "mocha"
"test": "mocha",
"build": "node build"
},

@@ -27,3 +28,8 @@ "repository": {

},
"homepage": "https://github.com/Voliware/EventSystem#readme"
"homepage": "https://github.com/Voliware/EventSystem#readme",
"devDependencies": {
"@voliware/node-build": "^1.3.0",
"mocha": "^7.0.1"
},
"dependencies": {}
}
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