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

metal-events

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metal-events - npm Package Compare versions

Comparing version 1.0.0 to 1.0.4

2

lib/EventEmitter.js

@@ -26,3 +26,2 @@ 'use strict';

*/
var EventEmitter = function (_Disposable) {

@@ -39,3 +38,2 @@ _inherits(EventEmitter, _Disposable);

*/
var _this = _possibleConstructorReturn(this, _Disposable.call(this));

@@ -42,0 +40,0 @@

@@ -29,3 +29,2 @@ 'use strict';

*/
var EventEmitterProxy = function (_Disposable) {

@@ -42,3 +41,2 @@ _inherits(EventEmitterProxy, _Disposable);

*/
var _this = _possibleConstructorReturn(this, _Disposable.call(this));

@@ -45,0 +43,0 @@

@@ -27,3 +27,2 @@ 'use strict';

*/
var EventHandle = function (_Disposable) {

@@ -40,3 +39,2 @@ _inherits(EventHandle, _Disposable);

*/
var _this = _possibleConstructorReturn(this, _Disposable.call(this));

@@ -43,0 +41,0 @@

@@ -21,3 +21,2 @@ 'use strict';

*/
var EventHandler = function (_Disposable) {

@@ -35,3 +34,2 @@ _inherits(EventHandler, _Disposable);

*/
var _this = _possibleConstructorReturn(this, _Disposable.call(this));

@@ -38,0 +36,0 @@

6

package.json
{
"name": "metal-events",
"version": "1.0.0",
"version": "1.0.4",
"description": "Classes responsible for emitting and listening to events",
"license": "BSD",
"repository": "https://github.com/metal/metal/tree/master/packages/metal-events",
"repository": "https://github.com/metal/metal.js/tree/master/packages/metal-events",
"engines": {

@@ -25,3 +25,3 @@ "node": ">=0.12.0",

"dependencies": {
"metal": "^1.0.0"
"metal": "^1.0.4"
},

@@ -28,0 +28,0 @@ "devDependencies": {

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