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.1 to 0.2.0

9

package.json
{
"name": "@sebspark/pubsub",
"version": "0.1.1",
"version": "0.2.0",
"license": "UNLICENSED",

@@ -13,8 +13,13 @@ "main": "dist/index.js",

"build": "tsup-node src/index.ts --format esm,cjs --dts",
"dev": "tsc --watch --noEmit",
"lint": "eslint \"src/**/*.ts*\"",
"test": "vitest run"
"test": "vitest"
},
"devDependencies": {
"tsconfig": "*"
},
"dependencies": {
"@google-cloud/pubsub": "3.7.1",
"escape-goat": "4.0.0"
}
}

@@ -1,11 +0,3 @@

# pubsub
# `@sebspark/pubsub`
This library was generated with [Nx](https://nx.dev).
## Building
Run `nx build pubsub` to build the library.
## Running unit tests
Run `nx test pubsub` to execute the unit tests via [Jest](https://jestjs.io).
A wrapper around Google PubSub adding support for typing, serialization/deserialization, naming of subscriptions for specific topics, push routes and some more.
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