New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nats-io/nats-core

Package Overview
Dependencies
Maintainers
0
Versions
36
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-19 to 3.0.0-20

2

build/src/codec.ts

@@ -36,3 +36,2 @@ /*

* and decoding message payloads into strings.
* @constructor
*/

@@ -55,3 +54,2 @@ export function StringCodec(): Codec<string> {

* @param reviver
* @constructor
*/

@@ -58,0 +56,0 @@ export function JSONCodec<T = unknown>(

@@ -155,3 +155,2 @@ /*

* @param {Error} [chainedError]
* @constructor
*

@@ -158,0 +157,0 @@ * @api private

11

build/src/internal_mod.ts

@@ -25,3 +25,12 @@ /*

export { Connect, INFO, ProtocolHandler } from "./protocol";
export type { Backoff, Deferred, Delay, Perf, Timeout } from "./util";
export type {
Backoff,
Deferred,
Delay,
ErrorResult,
Perf,
Result,
Timeout,
ValueResult,
} from "./util";
export {

@@ -28,0 +37,0 @@ backoff,

// This file is generated - do not edit
export const version = "3.0.0-19";
export const version = "3.0.0-20";

@@ -16,3 +16,2 @@ export interface Codec<T> {

* and decoding message payloads into strings.
* @constructor
*/

@@ -25,4 +24,3 @@ export declare function StringCodec(): Codec<string>;

* @param reviver
* @constructor
*/
export declare function JSONCodec<T = unknown>(reviver?: (this: unknown, key: string, value: unknown) => unknown): Codec<T>;

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

* and decoding message payloads into strings.
* @constructor
*/

@@ -42,3 +41,2 @@ function StringCodec() {

* @param reviver
* @constructor
*/

@@ -45,0 +43,0 @@ function JSONCodec(reviver) {

@@ -104,3 +104,2 @@ /**

* @param {Error} [chainedError]
* @constructor
*

@@ -107,0 +106,0 @@ * @api private

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

* @param {Error} [chainedError]
* @constructor
*

@@ -133,0 +132,0 @@ * @api private

@@ -8,3 +8,3 @@ export { NatsConnectionImpl } from "./nats";

export { Connect, INFO, ProtocolHandler } from "./protocol";
export type { Backoff, Deferred, Delay, Perf, Timeout } from "./util";
export type { Backoff, Deferred, Delay, ErrorResult, Perf, Result, Timeout, ValueResult, } from "./util";
export { backoff, collect, deadline, deferred, delay, extend, millis, nanos, render, SimpleMutex, timeout, } from "./util";

@@ -11,0 +11,0 @@ export { canonicalMIMEHeaderKey, headers, MsgHdrsImpl } from "./headers";

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

export declare const version = "3.0.0-19";
export declare const version = "3.0.0-20";

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

// This file is generated - do not edit
exports.version = "3.0.0-19";
exports.version = "3.0.0-20";
//# sourceMappingURL=version.js.map
{
"name": "@nats-io/nats-core",
"version": "3.0.0-19",
"version": "3.0.0-20",
"files": [
"lib/",
"build/src/"
"build/src/",
"LICENSE",
"README.md"
],

@@ -14,2 +16,6 @@ "types": "./lib/mod.d.js",

"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/nats-io/nats.js"
},
"private": false,

@@ -40,2 +46,2 @@ "scripts": {

}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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