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

@thaunknown/simple-peer

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thaunknown/simple-peer - npm Package Compare versions

Comparing version 10.0.0 to 10.0.1

16

package.json
{
"name": "@thaunknown/simple-peer",
"description": "Simple one-to-one WebRTC video/voice and data channels",
"version": "10.0.0",
"version": "10.0.1",
"type": "module",

@@ -14,5 +14,2 @@ "author": {

},
"browser": {
"webrtc-polyfill": "webrtc-polyfill/browser.js"
},
"dependencies": {

@@ -22,7 +19,5 @@ "debug": "^4.3.4",

"streamx": "^2.16.1",
"uint8-util": "^2.1.9"
"uint8-util": "^2.2.4",
"webrtc-polyfill": "^1.1.0"
},
"optionalDependencies": {
"webrtc-polyfill": "^1.0.14"
},
"devDependencies": {

@@ -33,2 +28,3 @@ "@babel/core": "^7.20.12",

"airtap-manual": "^1.0.0",
"airtap-system": "^0.1.0",
"babelify": "^10.0.0",

@@ -40,2 +36,3 @@ "bowser": "^2.11.0",

"string-to-stream": "^3.0.1",
"tap-spec": "^5.0.0",
"tape": "^5.5.2",

@@ -75,3 +72,4 @@ "thunky": "^1.1.0",

"test": "npm run test-node && npm run test-browser",
"test-browser-local": "airtap --preset local -- test/*.js",
"test-browser": "airtap --concurrency 1 --all -- test/*.js test/browser/*.js | tap-spec",
"test-browser-local": "airtap --preset local -- test/*.js | tap-spec",
"test-node": "tape test/*.js",

@@ -78,0 +76,0 @@ "test-node-debug": "cross-env DEBUG=* tape test/negotiation.js"

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