Socket
Socket
Sign inDemoInstall

@pres/events

Package Overview
Dependencies
3
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

1

dist/index.cjs.js

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

emit(type, ...args) {
/** @type {Node} */
let node = this;

@@ -631,0 +630,0 @@

@@ -624,3 +624,2 @@ import { DATA, NEW_LISTENER, KEYPRESS, REMOVE_LISTENER, EVENT, ERROR } from '@pres/enum-events';

emit(type, ...args) {
/** @type {Node} */
let node = this;

@@ -627,0 +626,0 @@

8

package.json
{
"name": "@pres/events",
"version": "0.2.1",
"version": "0.2.2",
"description": "EventEmitter for pres",

@@ -18,4 +18,4 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@pres/enum-events": "^0.2.1",
"@pres/enum-key-names": "^0.2.1",
"@pres/enum-events": "^0.2.2",
"@pres/enum-key-names": "^0.2.2",
"@typen/enum-data-types": "^0.1.16"

@@ -43,3 +43,3 @@ },

"homepage": "https://github.com/hoyeungw/pres/cluster#readme",
"gitHead": "bf70f70c33a5aa1fbf406b53de329691e0d3a095"
"gitHead": "71f281ad2e1caf81374096428126e8d81a93a8bb"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc