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

@sebspark/pubsub

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sebspark/pubsub - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/index.d.mts

25

package.json
{
"name": "@sebspark/pubsub",
"version": "0.1.0",
"publishConfig": {
"directory": "../../dist/packages/pubsub"
"version": "0.1.1",
"license": "UNLICENSED",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup-node src/index.ts --format esm,cjs --dts",
"lint": "eslint \"src/**/*.ts*\"",
"test": "vitest run"
},
"peerDependencies": {
"@swc/helpers": "0.5.1"
},
"main": "./src/index.js",
"exports": {
".": {
"require": "./src/index.js"
}
"devDependencies": {
"tsconfig": "*"
}
}
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