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

aedes-persistence

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aedes-persistence - npm Package Compare versions

Comparing version 9.1.1 to 9.1.2

6

package.json
{
"name": "aedes-persistence",
"version": "9.1.1",
"version": "9.1.2",
"description": "The spec for an Aedes persistence, with abstract tests and a fast in-memory implementation.",

@@ -11,6 +11,6 @@ "main": "persistence.js",

"unit": "tape test.js | faucet",
"test:types": "tsd",
"test:typescript": "tsd",
"test": "npm run lint && npm run unit && tsd",
"coverage": "nyc --reporter=lcov tape test.js",
"test:ci": "npm run lint && npm run coverage",
"test:ci": "npm run lint && npm run coverage && npm run test:typescript",
"license-checker": "license-checker --production --onlyAllow='MIT;ISC;BSD-3-Clause;BSD-2-Clause'",

@@ -17,0 +17,0 @@ "release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it --disable-metrics"

@@ -7,3 +7,3 @@ import type { Brokers, Client, Subscription } from "aedes";

type ClientId = Subscription["clientId"];
type ClientId = Client["id"];
type MessageId = AedesPacket["messageId"];

@@ -10,0 +10,0 @@ type Topic = Subscription["topic"];

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