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

gotgcalls-server

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gotgcalls-server - npm Package Compare versions

Comparing version 0.0.0-rc.12 to 0.0.0-rc.13

1

dist/call.js

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

if (this.instances) {
this.instances.stream.stop();
this.instances.stream.setReadable(readable);

@@ -25,0 +24,0 @@ }

2

package.json
{
"name": "gotgcalls-server",
"version": "0.0.0-rc.12",
"version": "0.0.0-rc.13",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "bin": "dist/index.js",

@@ -22,3 +22,3 @@ import { createReadStream } from "fs";

constructor(private connection: Connection) {}
constructor(private connection: Connection) { }

@@ -28,3 +28,2 @@ stream(file: string) {

if (this.instances) {
this.instances.stream.stop();
this.instances.stream.setReadable(readable);

@@ -31,0 +30,0 @@ } else {

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