Socket
Socket
Sign inDemoInstall

traceablepeerconnection

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

traceablepeerconnection - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

4

build.js

@@ -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

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