Socket
Socket
Sign inDemoInstall

jingle

Package Overview
Dependencies
26
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.1 to 1.5.3

Makefile

29

package.json
{
"name": "jingle",
"description": "Generic Jingle via WebRTC session manager.",
"version": "1.5.1",
"version": "1.5.3",
"author": "Lance Stout <lance@andyet.net>",
"bugs": "https://github.com/otalk/jingle.js/issues",
"contributors": [
"Lloyd Watkin",
"Philipp Hancke"
"Philipp Hancke <fippo@andyet.net>",
"Lloyd Watkin"
],

@@ -16,3 +16,2 @@ "dependencies": {

"intersect": "^0.1.0",
"mockconsole": "0.0.1",
"rtcpeerconnection": "^2.6.6",

@@ -23,11 +22,10 @@ "webrtcsupport": "^1.1.0",

"devDependencies": {
"browserify": "4.x",
"grunt": "0.4.x",
"grunt-browserify": "2.x",
"grunt-contrib-jshint": "0.10.x",
"grunt-contrib-uglify": "0.4.x",
"grunt-nsp-package": "0.0.x",
"grunt-tape": "0.0.x",
"precommit-hook": "^1.0.0",
"uglify-js": "2.x"
"browserify": "^5.11.1",
"covert": "^1.0.0",
"jshint": "^2.5.5",
"nsp": "^0.2.6",
"precommit-hook": "^1.0.7",
"tap-spec": "^0.2.1",
"tape": "^2.14.0",
"uglify-js": "^2.4.15"
},

@@ -46,3 +44,6 @@ "homepage": "https://github.com/otalk/jingle.js",

},
"scripts": {}
"scripts": {
"audit": "make audit",
"build": "make build"
}
}

@@ -48,3 +48,3 @@ # Jingle WebRTC

```sh
$ grunt
$ make build
```

@@ -51,0 +51,0 @@

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