Socket
Socket
Sign inDemoInstall

@ndarilek/janus

Package Overview
Dependencies
1
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

test/index.js

6

CHANGELOG.md

@@ -0,3 +1,9 @@

# V0.1.1 (2016-04-05)
* Add beginnings of a test suite.
* Ignore .babelrc in published package.
* Add various sanity checks for constructor.
# V0.1.0 (2016-04-04)
* Initial release.

9

package.json
{
"name": "@ndarilek/janus",
"version": "0.1.0",
"version": "0.1.1",
"description": "Simple API for the Janus media server",

@@ -9,3 +9,3 @@ "main": "lib/index.js",

"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha --compilers js:babel-register"
},

@@ -24,3 +24,6 @@ "repository": {

"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0"
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"mocha": "^2.4.5",
"simple-mock": "^0.7.0"
},

@@ -27,0 +30,0 @@ "dependencies": {

# A Leaner, Cleaner JavaScript API for the [Janus WebRTC Gateway](https://janus.conf.meetecho.com/)
`npm install @nolan/janus`
`npm install @ndarilek/janus`

@@ -5,0 +5,0 @@ Works on the server via Node, in the browser via any WebRTC library ([WebRTC Adapter](https://github.com/webrtc/adapter) known to work for sure) and, hopefully, [React Native](https://facebook.github.io/react-native/).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc