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.2.2 to 0.3.0

2

index.js

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

module.exports = require('./src/obs-websocket-api.js');
module.exports = require('./dist/obs-websocket.js');
{
"name": "obs-websocket-js",
"version": "0.2.2",
"version": "0.3.0",
"description": "OBS Websocket API in Javascript",
"main": "index.js",
"repository": "haganbmj/obs-websocket-js",
"repository": {
"type": "git",
"url": "git+https://github.com/haganbmj/obs-websocket-js.git"
},
"scripts": {

@@ -38,8 +41,3 @@ "test": "echo \"Error: no test specified\" && exit 1",

"load-grunt-tasks": "^3.5.2"
},
"bugs": {
"url": "https://github.com/haganbmj/obs-websocket-js/issues"
},
"homepage": "https://github.com/haganbmj/obs-websocket-js#readme",
"sha": "abc"
}
}
# obs-websocket-js
[![Build Status][badge-build-status]](https://travis-ci.org/haganbmj/obs-websocket-js) [![Latest release][badge-release]][Releases] [![Latest Tag][badge-tag]][Tags]
[![Build Status](https://travis-ci.org/haganbmj/obs-websocket-js.svg?branch=master)](https://travis-ci.org/haganbmj/obs-websocket-js)
**OBSWebSocket.JS allows Javascript-based connections to [obs-websocket](https://github.com/Palakis/obs-websocket).
Based heavily on [obs-remote](https://github.com/nodecg/obs-remote-js), which is built for the older, obs-classic compatible plugin.**
OBSWebSocket.JS allows Javascript-based connections to [obs-websocket](https://github.com/Palakis/obs-websocket).
Based heavily on [obs-remote](https://github.com/nodecg/obs-remote-js), which is built for the older, obs-classic compatible plugin.

@@ -70,9 +70,1 @@ # [API Documentation](https://github.com/haganbmj/obs-websocket-js/blob/gh-pages/DOCUMENTATION.md)

- 2 spaces rather than tabs.
[Releases]: https://github.com/haganbmj/obs-websocket-js/releases "obs-websocket-js Releases"
[Tags]: https://github.com/haganbmj/obs-websocket-js/tags "obs-websocket-js Tags"
[badge-build-status]: https://img.shields.io/travis/haganbmj/obs-websocket-js/master.svg?style=flat "Travis Status"
[badge-tag]: https://img.shields.io/github/tag/haganbmj/obs-websocket-js.svg?style=flat "Latest Tag"
[badge-release]: https://img.shields.io/github/release/haganbmj/obs-websocket-js.svg?style=flat "Latest Release"
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