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

emitten

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emitten - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0

2

dist/emitten.umd.js
(function(global, factory) {
typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && define.amd ? define(["exports"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global.emitten = {}));
})(this, function(exports2) {
var _multiLibrary, _singleLibrary, _every;
"use strict";var __accessCheck = (obj, member, msg) => {

@@ -19,2 +18,3 @@ if (!member.has(obj))

var _multiLibrary, _singleLibrary, _every;
class EmittenProtected {

@@ -21,0 +21,0 @@ constructor() {

{
"name": "emitten",
"version": "0.5.1",
"version": "0.6.0",
"description": "Barebones TypeScript event emitter",

@@ -38,3 +38,4 @@ "author": "Curtis Dulmage",

"engines": {
"node": ">=18.0.0"
"node": ">=20.10.0",
"npm": ">=10.2.3"
},

@@ -45,3 +46,2 @@ "scripts": {

"build": "npm run clean && tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .ts",

@@ -60,18 +60,19 @@ "lint:fix": "npm run lint -- --fix",

"@changesets/cli": "^2.26.2",
"@types/node": "^20.3.3",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/ui": "^0.32.2",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^36.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"@types/node": "^20.9.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0",
"vitest": "^0.32.2"
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vite-plugin-dts": "^3.6.3",
"vitest": "^0.34.6"
}
}
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