Comparing version 0.6.1 to 0.6.2
@@ -1,2 +0,2 @@ | ||
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Minijanus = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | ||
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Minijanus = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ | ||
/** | ||
@@ -257,2 +257,2 @@ * Represents a handle to a single Janus plugin on a Janus session. Each WebRTC connection to the Janus server will be | ||
},{}]},{},[1])(1) | ||
}); | ||
}); |
{ | ||
"name": "minijanus", | ||
"version": "0.6.1", | ||
"description": "Really simple and minimal wrapper for talking to the Janus signalling API.", | ||
"main": "minijanus.js", | ||
"version": "0.6.2", | ||
"description": "A small Javascript wrapper for talking to the Janus WebRTC signalling API.", | ||
"browser": "minijanus.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mozilla/minijanus.js.git" | ||
"url": "https://github.com/mozilla/minijanus.js.git" | ||
}, | ||
"keywords": [ | ||
"janus" | ||
"janus", | ||
"janus-gateway", | ||
"webrtc" | ||
], | ||
@@ -20,4 +22,4 @@ "author": "Marshall Quander <marshall@quander.me>", | ||
"devDependencies": { | ||
"browserify": "^15.2.0", | ||
"tape": "^4.8.0" | ||
"browserify": "^16.2", | ||
"tape": "^4.9" | ||
}, | ||
@@ -24,0 +26,0 @@ "scripts": { |
@@ -72,3 +72,3 @@ # minijanus.js | ||
``` | ||
$ yarn build | ||
$ npm run build | ||
``` | ||
@@ -79,3 +79,3 @@ | ||
``` | ||
$ yarn test | ||
$ npm test | ||
``` |
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
546
43559
7