Socket
Socket
Sign inDemoInstall

@openveo/devices-api

Package Overview
Dependencies
207
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

.travis.yml

7

app/server/controllers/VeoboxSocketController.js

@@ -14,2 +14,3 @@ 'use strict';

var AdvancedEvent = openVeoApi.emitters.AdvancedEvent;
var fileSystem = openVeoApi.fileSystem;

@@ -115,3 +116,7 @@ /**

timecode: {type: 'number', required: true},
data: {type: 'file', required: data.type === 'image', in: ['JPG', 'PNG', 'GIF']}
data: {type: 'file', required: data.type === 'image', in: [
fileSystem.FILE_TYPES.JPG,
fileSystem.FILE_TYPES.PNG,
fileSystem.FILE_TYPES.GIF
]}
});

@@ -118,0 +123,0 @@ } catch (error) {

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

# 1.1.0 / 2017-09-12
## NEW FEATURES
- Execute unit tests on Travis
## DEPENDENCIES
- **chai** has been upgraded from 3.5.0 to **4.0.2**
# 1.0.0 / 2017-05-04

@@ -2,0 +12,0 @@

9

package.json
{
"name": "@openveo/devices-api",
"version": "1.0.0",
"version": "1.1.0",
"description": "OpenVeo Plugin to interact with external devices",

@@ -23,3 +23,3 @@ "keywords": [

"devDependencies": {
"chai": "3.5.0",
"chai": "4.0.2",
"chai-spies": "0.7.1",

@@ -35,6 +35,7 @@ "grunt": "1.0.1",

"pre-commit": "1.2.2",
"yuidoc-theme-blue": "0.1.9"
"yuidoc-theme-blue": "0.1.9",
"flightplan": "0.6.17"
},
"peerDependencies": {
"@openveo/core": "4.*"
"@openveo/core": "4.* >=4.1.0"
},

@@ -41,0 +42,0 @@ "scripts": {

@@ -9,3 +9,3 @@ # OpenVeo Devices API

Documentation is available on [Github pages](http://veo-labs.github.io/openveo-devices-api/1.0.0/).
Documentation is available on [Github pages](http://veo-labs.github.io/openveo-devices-api/1.1.0/).

@@ -12,0 +12,0 @@ # Contributors

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