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-35 to 3.0.0-36

3

lib/semver.d.ts

@@ -23,3 +23,4 @@ export type SemVer = {

JS_DEFAULT_CONSUMER_LIMITS = "js_default_consumer_limits",
JS_BATCH_DIRECT_GET = "js_batch_direct_get"
JS_BATCH_DIRECT_GET = "js_batch_direct_get",
JS_PRIORITY_GROUPS = "js_priority_groups"
}

@@ -26,0 +27,0 @@ type FeatureVersion = {

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

Feature["JS_BATCH_DIRECT_GET"] = "js_batch_direct_get";
Feature["JS_PRIORITY_GROUPS"] = "js_priority_groups";
})(Feature || (exports.Feature = Feature = {}));

@@ -112,2 +113,3 @@ class Features {

this.set(Feature.JS_BATCH_DIRECT_GET, "2.11.0");
this.set(Feature.JS_PRIORITY_GROUPS, "2.12.0");
this.disabled.forEach((f) => {

@@ -114,0 +116,0 @@ this.features.delete(f);

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

export declare const version = "3.0.0-35";
export declare const version = "3.0.0-36";

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

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

@@ -5,0 +5,0 @@ "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