Socket
Socket
Sign inDemoInstall

@nttickets/common

Package Overview
Dependencies
107
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.17 to 1.0.18

1

build/events/base-listener.d.ts

@@ -13,2 +13,3 @@ import { Stan, Message } from "node-nats-streaming";

protected ackWait: number;
private testVar;
constructor(client: Stan);

@@ -15,0 +16,0 @@ subscriptionOptions(): import("node-nats-streaming").SubscriptionOptions;

@@ -7,2 +7,3 @@ "use strict";

this.ackWait = 5 * 1000;
this.testVar = "5";
this.client = client;

@@ -9,0 +10,0 @@ }

2

package.json
{
"name": "@nttickets/common",
"version": "1.0.17",
"version": "1.0.18",
"description": "",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc