traceablepeerconnection
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -1,2 +0,2 @@ | ||
var bundle = require('browserify')(), | ||
var bundle = require('browserify')({standalone: 'PeerConnection'}), | ||
fs = require('fs'); | ||
@@ -6,2 +6,2 @@ | ||
bundle.add('./index'); | ||
bundle.bundle({standalone: 'PeerConnection'}).pipe(fs.createWriteStream('traceablepeerconnection.bundle.js')); | ||
bundle.bundle().pipe(fs.createWriteStream('traceablepeerconnection.bundle.js')); |
// based on https://github.com/ESTOS/strophe.jingle/ | ||
// adds wildemitter support | ||
var util = require('util'); | ||
var adapter = require('webrtc-adapter-test'); | ||
var adapter = require('webrtc-adapter'); // jshint ignore:line | ||
var WildEmitter = require('wildemitter'); | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "traceablepeerconnection", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Lowlevel RTCPeerConnection wrapper which allows tracing the API calls", | ||
@@ -16,10 +16,19 @@ "main": "index.js", | ||
"wildemitter": "1.x", | ||
"webrtc-adapter-test": "^0.2.3" | ||
"webrtc-adapter": "^1.0" | ||
}, | ||
"devDependencies": { | ||
"browserify": "2.x", | ||
"precommit-hook": "0.3.x" | ||
"browserify": "^11.0", | ||
"precommit-hook": "^3.0.0" | ||
}, | ||
"author": "Philipp Hancke <fippo@andyet.net>", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"scripts": { | ||
"lint": "jshint .", | ||
"validate": "npm ls" | ||
}, | ||
"pre-commit": [ | ||
"lint", | ||
"validate", | ||
"test" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
108316
2949
7
+ Addedwebrtc-adapter@^1.0
+ Addedsdp@1.5.4(transitive)
+ Addedwebrtc-adapter@1.4.0(transitive)
- Removedwebrtc-adapter-test@^0.2.3
- Removedwebrtc-adapter-test@0.2.10(transitive)