Socket
Socket
Sign inDemoInstall

@ndarilek/janus

Package Overview
Dependencies
10
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# V0.2.3 (2016-04-15)
* postinstall script no longer expects typings to be installed.
# V0.2.2 (2016-04-15)

@@ -2,0 +6,0 @@

7

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

@@ -8,6 +8,5 @@ "main": "lib/index.js",

"scripts": {
"build": "tsc",
"postinstall": "typings install",
"build": "typings install && tsc",
"prepublish": "npm run build",
"pretest": "tsc",
"pretest": "npm run build",
"test": "mocha --compilers js:babel-register"

@@ -14,0 +13,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