@thaunknown/simple-peer
Advanced tools
Comparing version 10.0.0 to 10.0.1
{ | ||
"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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97187
15
+ Addedwebrtc-polyfill@^1.1.0
Updateduint8-util@^2.2.4