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

webrtc-issue-detector

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webrtc-issue-detector - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

17

package.json
{
"name": "webrtc-issue-detector",
"version": "1.5.1",
"version": "1.5.2",
"description": "WebRTC diagnostic tool that detects issues with network or user devices",
"main": "dist/bundle-cjs.js",
"module": "dist/bundle-esm.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:VLprojects/webrtc-issue-detector.git",

@@ -23,3 +20,2 @@ "author": "Roman Kuzakov <roman.kuzakov@gmail.com>",

"license": "MIT",
"private": false,
"homepage": "https://github.com/VLprojects/webrtc-issue-detector#readme",

@@ -34,5 +30,2 @@ "keywords": [

],
"files": [
"dist/"
],
"scripts": {

@@ -78,3 +71,9 @@ "build": "rm -rf dist && rollup -c",

"typescript": "^4.7.4"
}
},
"files": [
"dist/"
],
"main": "dist/bundle-cjs.js",
"module": "dist/bundle-esm.js",
"types": "dist/index.d.ts"
}
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