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

rtcpeerconnection

Package Overview
Dependencies
Maintainers
5
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rtcpeerconnection - npm Package Compare versions

Comparing version 5.1.1 to 5.2.0

10

build.js

@@ -1,6 +0,12 @@

var bundle = require('browserify')({standalone: 'PeerConnection'}),
fs = require('fs');
var bundle = require('browserify')({
standalone: 'PeerConnection'
});
var fs = require('fs');
bundle.add('./rtcpeerconnection');
bundle.transform("babelify", {
global: true,
ignore: /\/node_modules\/(?!webrtc-adapter\/)/
});
bundle.bundle().pipe(fs.createWriteStream('rtcpeerconnection.bundle.js'));

11

package.json
{
"name": "rtcpeerconnection",
"version": "5.1.1",
"version": "5.2.0",
"description": "A tiny browser module that normalizes and simplifies the API for WebRTC peer connections.",

@@ -25,8 +25,10 @@ "main": "rtcpeerconnection.js",

"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"jshint": "^2.9.1",
"browserify": "^13.0.1",
"precommit-hook": "^3.0",
"tape": "^4.0.0",
"travis-multirunner": "^3.0.0",
"testling": "^1.7.1"
"testling": "^1.7.1",
"travis-multirunner": "^3.0.0"
},

@@ -36,2 +38,3 @@ "scripts": {

"lint": "jshint .",
"build": "node build.js",
"validate": "npm ls"

@@ -38,0 +41,0 @@ },

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