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

@nats-io/nats-core

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nats-io/nats-core - npm Package Compare versions

Comparing version 3.0.0-26 to 3.0.0-27

2

lib/util.d.ts

@@ -33,3 +33,3 @@ import type { Nanos } from "./core";

export declare function timeout<T>(ms: number, asyncTraces?: boolean): Timeout<T>;
export interface Delay extends Promise<void>, Cancelable {
export interface Delay extends Promise<boolean>, Cancelable {
cancel: () => void;

@@ -36,0 +36,0 @@ }

@@ -79,3 +79,3 @@ "use strict";

const timer = setTimeout(() => {
resolve();
resolve(true);
}, ms);

@@ -85,2 +85,3 @@ const cancel = () => {

clearTimeout(timer);
resolve(false);
}

@@ -87,0 +88,0 @@ };

@@ -1,1 +0,1 @@

export declare const version = "3.0.0-26";
export declare const version = "3.0.0-27";

@@ -5,3 +5,3 @@ "use strict";

// This file is generated - do not edit
exports.version = "3.0.0-26";
exports.version = "3.0.0-27";
//# sourceMappingURL=version.js.map
{
"name": "@nats-io/nats-core",
"version": "3.0.0-26",
"version": "3.0.0-27",
"files": [

@@ -44,2 +44,2 @@ "lib/",

}
}
}

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