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

janus-gateway

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

janus-gateway - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

janus.d.ts

@@ -362,3 +362,3 @@ declare global {

unmuteVideo(): void;
getBitrate(): string;
getBitrate(mid? :string): string;
setMaxBitrate(bitrate: number): void;

@@ -365,0 +365,0 @@ send(message: PluginMessage): void;

{
"name": "janus-gateway",
"version": "1.2.1",
"version": "1.2.2",
"description": "A javascript library for interacting with the C based Janus WebRTC Server",

@@ -41,4 +41,4 @@ "main": "dist/janus.es.js",

"rollup": "rollup -c rollup.config.mjs",
"prerelease": "npm run rollup -- --o dist/janus.es.js --f es && node -e \"const fs=require('fs'); const data=fs.readFileSync('../html/janus.js'); fs.mkdirSync('./src', {recursive:true}); fs.writeFileSync('./src/janus.js',data);\""
"prerelease": "npm run rollup -- --o dist/janus.es.js --f es && node -e \"const fs=require('fs'); const data=fs.readFileSync('../html/demos/janus.js'); fs.mkdirSync('./src', {recursive:true}); fs.writeFileSync('./src/janus.js',data);\""
}
}

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