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

webrtc-issue-detector

Package Overview
Dependencies
Maintainers
1
Versions
26
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.1.0 to 1.2.0

dist/bundle-cjs.js

17

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

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

"scripts": {
"build": "tsc",
"build": "rm -rf dist && rollup -c",
"lint": "eslint ./src",

@@ -26,2 +26,7 @@ "test": "NODE_ENV=test mocha --config test/utils/runners/mocha/.mocharc.js"

"devDependencies": {
"@rollup/plugin-typescript": "^8.3.4",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.5",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/chai": "^4.3.3",

@@ -47,2 +52,6 @@ "@types/chai-as-promised": "^7.1.5",

"mocha": "^10.0.0",
"rollup": "^2.78.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-polyfill-node": "^0.10.2",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^14.0.0",

@@ -49,0 +58,0 @@ "sinon-chai": "^3.7.0",

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