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

@prezly/events

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prezly/events - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

5

build/commonjs/Events.js

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

"use strict";
var __read = (this && this.__read) || function (o, n) {

@@ -21,2 +22,4 @@ var m = typeof Symbol === "function" && o[Symbol.iterator];

};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Events = void 0;
var Events = /** @class */ (function () {

@@ -50,3 +53,3 @@ function Events() {

}());
export { Events };
exports.Events = Events;
//# sourceMappingURL=Events.js.map

19

build/commonjs/index.js

@@ -1,4 +0,17 @@

import { Events } from './Events';
export * from './types';
export { Events };
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Events = void 0;
var Events_1 = require("./Events");
Object.defineProperty(exports, "Events", { enumerable: true, get: function () { return Events_1.Events; } });
__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map

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

export {};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map
{
"name": "@prezly/events",
"version": "2.0.0",
"version": "2.0.1",
"description": "Event emitter with DOM-like EventTarget API & strong TypeScript typings",

@@ -5,0 +5,0 @@ "license": "MIT",

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "es6",
"module": "commonjs",
"target": "es5",

@@ -6,0 +6,0 @@ "noEmit": false,

Sorry, the diff of this file is not supported yet

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