@betit/orion-node-sdk
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -11,2 +11,3 @@ /** | ||
export { NatsTransport } from './transport/nats'; | ||
export { KafkaTransport } from './transport/kafka'; | ||
export { Service } from './service'; | ||
@@ -13,0 +14,0 @@ export { Response } from './response/response'; |
@@ -20,2 +20,4 @@ "use strict"; | ||
exports.NatsTransport = nats_1.NatsTransport; | ||
var kafka_1 = require("./transport/kafka"); | ||
exports.KafkaTransport = kafka_1.KafkaTransport; | ||
// service | ||
@@ -22,0 +24,0 @@ var service_1 = require("./service"); |
{ | ||
"name": "@betit/orion-node-sdk", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "SDK for orion", | ||
@@ -29,2 +29,3 @@ "license": "MIT", | ||
"graygelf": "1.1.0", | ||
"kafkajs": "1.3.1", | ||
"msgpack-lite": "0.1.26", | ||
@@ -31,0 +32,0 @@ "nats": "0.8.10", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 8 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3619
3
1759400
9
20
+ Addedkafkajs@1.3.1
+ Addedkafkajs@1.3.1(transitive)
+ Addedlong@4.0.0(transitive)