New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

obs-websocket-js

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

obs-websocket-js - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

_config.yml

7

CHANGELOG.md
# Change Log
## [v0.5.3](https://github.com/haganbmj/obs-websocket-js/tree/v0.5.3) (2017-05-05)
[Full Changelog](https://github.com/haganbmj/obs-websocket-js/compare/v0.5.2...v0.5.3)
**Closed issues:**
- Implement GetCurrentRTMPSettings [\#48](https://github.com/haganbmj/obs-websocket-js/issues/48)
## [v0.5.2](https://github.com/haganbmj/obs-websocket-js/tree/v0.5.2) (2017-05-03)

@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/haganbmj/obs-websocket-js/compare/v0.5.1...v0.5.2)

0

Gruntfile.js

@@ -0,0 +0,0 @@ module.exports = function (grunt) {

5

lib/API.js

@@ -1,2 +0,2 @@

// Last Updated: April 22, 2017
// Last Updated: May 05, 2017

@@ -13,3 +13,4 @@ const API = {

'SetCurrentProfile', 'GetCurrentProfile', 'ListProfiles',
'GetStudioModeStatus', 'GetPreviewScene', 'SetPreviewScene', 'TransitionToProgram', 'EnableStudioMode', 'DisableStudioMode', 'ToggleStudioMode'
'GetStudioModeStatus', 'GetPreviewScene', 'SetPreviewScene', 'TransitionToProgram', 'EnableStudioMode', 'DisableStudioMode', 'ToggleStudioMode',
'GetCurrentRTMPSettings'
],

@@ -16,0 +17,0 @@ availableEvents: [

@@ -0,0 +0,0 @@ const API = require('./API');

@@ -0,0 +0,0 @@ const WebSocket = require('ws');

@@ -0,0 +0,0 @@ const SHA256 = require('sha.js/sha256');

{
"name": "obs-websocket-js",
"version": "0.5.2",
"version": "0.5.3",
"description": "OBS Websocket API in Javascript, consume @Palakis/obs-websocket",

@@ -49,4 +49,4 @@ "main": "index.js",

"homepage": "https://github.com/haganbmj/obs-websocket-js#readme",
"sha": "69b167e90dcea1d7b451f7f4144a0785e6c23730",
"timestamp": "2017-05-03 01:57:14+00:00",
"sha": "b8631f03ce53a60bf7dadbc12528143cdcada50e",
"timestamp": "2017-05-05 21:16:49+00:00",
"eslintConfig": {

@@ -53,0 +53,0 @@ "extends": "xo-space/esnext"

Sorry, the diff of this file is not supported yet

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