New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

seng-event

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seng-event - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

1

index.d.ts

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

import 'ts-helpers';
import { default as _export } from './lib/EventDispatcher';

@@ -3,0 +2,0 @@ export { default as IEventDispatcher } from './lib/IEventDispatcher';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
require("ts-helpers");
var EventDispatcher_1 = require("./lib/EventDispatcher");

@@ -5,0 +4,0 @@ var EventPhase_1 = require("./lib/EventPhase");

5

package.json
{
"name": "seng-event",
"version": "1.2.2",
"version": "1.2.3",
"description": "Provides Classes and utilities for dispatching and listening to events.",

@@ -112,3 +112,2 @@ "main": "index.js",

"sinon-chai": "^2.14.0",
"ts-helpers": "^1.1.1",
"tslint": "^5.3.2",

@@ -125,5 +124,5 @@ "tslint-config-airbnb": "^5.0.1",

"dependencies": {
"seng-disposable": "^1.1.2",
"seng-disposable": "^1.1.3",
"tslib": "^1.2.0"
}
}

Sorry, the diff of this file is not supported yet

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