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

@norskvideo/norsk-sdk

Package Overview
Dependencies
Maintainers
0
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@norskvideo/norsk-sdk - npm Package Compare versions

Comparing version 1.0.399-2025-01-15-591b9869 to 1.0.399-2025-01-16-53380f86

4

lib/package.json
{
"license": "MIT",
"name": "@norskvideo/norsk-sdk",
"version": "1.0.399-2025-01-15-591b9869+nightly",
"version": "1.0.399-2025-01-16-53380f86+nightly",
"dependencies": {
"@bufbuild/protobuf": "^0.3.0",
"@grpc/grpc-js": "^1.2.2",
"@norskvideo/norsk-api": "1.0.399-2025-01-15-591b9869+nightly",
"@norskvideo/norsk-api": "1.0.399-2025-01-16-53380f86+nightly",
"lodash": "^4.17.21",

@@ -10,0 +10,0 @@ "typescript-nullable": "^0.6.0"

@@ -10,3 +10,3 @@ /// <reference types="node" />

};
import { Context as ContextPB, StreamStatisticsSampling, GopStructure, SubscriptionChannelMessage, SubscriptionChannelResponse } from "@norskvideo/norsk-api/lib/media_pb";
import { StreamStatisticsSampling, GopStructure, SubscriptionChannelMessage, SubscriptionChannelResponse } from "@norskvideo/norsk-api/lib/media_pb";
import { Nullable } from "typescript-nullable";

@@ -117,4 +117,2 @@ import { StreamKey, MediaNodeId, StreamMetadata, Context, MultiStreamStatistics, SubscriptionError } from "./types";

unregisterForContextChange(subscriber: SubscribeDestination): void;
/** @private */
_outboundContextChange(context: ContextPB): Promise<void>;
}

@@ -121,0 +119,0 @@ /**

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

}
/** @private */
/** @internal */
async _outboundContextChange(context) {

@@ -160,0 +160,0 @@ (0, utils_1.debuglog)("Node '%s' received new outbound context %O", this.id, debugFormatContext(context));

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

exports.subtitlesToPin = subtitlesToPin;
/** @private */
/** @internal */
function toPin(pin, keys) {

@@ -646,0 +646,0 @@ // We want to simply use

{
"license": "MIT",
"name": "@norskvideo/norsk-sdk",
"version": "1.0.399-2025-01-15-591b9869+nightly",
"version": "1.0.399-2025-01-16-53380f86+nightly",
"dependencies": {
"@bufbuild/protobuf": "^0.3.0",
"@grpc/grpc-js": "^1.2.2",
"@norskvideo/norsk-api": "1.0.399-2025-01-15-591b9869+nightly",
"@norskvideo/norsk-api": "1.0.399-2025-01-16-53380f86+nightly",
"lodash": "^4.17.21",

@@ -10,0 +10,0 @@ "typescript-nullable": "^0.6.0"

@@ -777,3 +777,3 @@ import * as grpc from "@grpc/grpc-js";

* @public
*
*
* Provided for compatibilty, this is just e.g. `{ type: "sine", freq: 444 }`

@@ -936,3 +936,3 @@ */

/** @private */
/** @internal */
function toPin<Pins extends string>(pin: Pins, keys: StreamKey[]): PinToKey<Pins> {

@@ -939,0 +939,0 @@ // We want to simply use

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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