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

@quilted/events

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quilted/events - npm Package Compare versions

Comparing version 0.0.0-preview-20230808002856 to 0.0.0-preview-20231031031109

configuration/rollup.config.js

16

CHANGELOG.md
# @quilted/events
## 0.0.0-preview-20230808002856
## 0.0.0-preview-20231031031109
### Patch Changes
### Major Changes
- Fix type of EventEmitter.internal
- Removed CommonJS support
The `require` export condition is no longer provided by any package. Quilt only supports ESModules, so if you need to use the CommonJS version, you will need to pre-process Quilt’s output code on your own.
## 2.0.0
### Major Changes
- [#645](https://github.com/lemonmade/quilt/pull/645) [`302ed847`](https://github.com/lemonmade/quilt/commit/302ed8479f9c035ef39d48137de958dba50690ca) Thanks [@lemonmade](https://github.com/lemonmade)! - Removed CommonJS support
The `require` export condition is no longer provided by any package. Quilt only supports ESModules, so if you need to use the CommonJS version, you will need to pre-process Quilt’s output code on your own.
## 1.0.1

@@ -10,0 +20,0 @@

8

package.json

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "0.0.0-preview-20230808002856",
"version": "0.0.0-preview-20231031031109",
"license": "MIT",

@@ -25,4 +25,3 @@ "engines": {

"quilt:esnext": "./build/esnext/index.esnext",
"import": "./build/esm/index.mjs",
"require": "./build/cjs/index.cjs"
"import": "./build/esm/index.mjs"
}

@@ -36,3 +35,6 @@ },

]
},
"scripts": {
"build": "rollup --config configuration/rollup.config.js"
}
}

@@ -0,3 +1,5 @@

// @vitest-environment jsdom
import {EventEmitter as NodeEventEmitter} from 'node:events';
import {expect, it, describe} from '@quilted/testing';
import {expect, it, describe} from 'vitest';

@@ -4,0 +6,0 @@ import {EventEmitter} from '../emitter.ts';

@@ -8,4 +8,4 @@ {

"include": ["source"],
"exclude": ["quilt.project.ts", "*.test.ts", "*.test.tsx"],
"exclude": ["*.test.ts", "*.test.tsx"],
"references": []
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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