Socket
Socket
Sign inDemoInstall

@openveo/devices-api

Package Overview
Dependencies
368
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 3.0.0

23

CHANGELOG.md

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

# 3.0.0 / 2020-05-04
## BREAKING CHANGES
- Drop support for NodeJS < 12.4.0 and NPM < 6.9.0
## DEPENDENCIES
- **shortid** has been upgraded from 2.2.6 to **2.2.15**
- **async** has been upgraded from 2.1.4 to **3.2.0**
- **chai** has been upgraded from 4.0.2 to **4.2.0**
- **chai-spies** has been upgraded from 0.7.1 to **1.0.0**
- **flightplan** has been upgraded from 0.6.17 to **0.6.20**
- **grunt** has been upgraded from 1.0.1 to **1.1.0**
- **grunt-cli** has been upgraded from 1.2.0 to **1.3.2**
- **grunt-contrib-yuidoc** sub dependencies have been upgraded
- **grunt-eslint** has been upgraded from 19.0.0 to **22.0.0**
- **grunt-gh-pages** has been upgraded from 2.0.0 to **3.1.0**
- **grunt-mkdocs** has been upgraded from 0.2.0 to **1.0.1**
- **grunt-mocha-test** has been upgraded from 0.13.2 to **0.13.3**
- **mocha** has been upgraded from 3.2.0 to **7.1.1**
- **pre-commit** sub dependencies have been upgraded
# 2.0.0 / 2019-03-26

@@ -2,0 +25,0 @@

38

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

@@ -19,22 +19,22 @@ "keywords": [

"dependencies": {
"shortid": "2.2.6",
"async": "2.1.4"
"async": "^3.2.0",
"shortid": "^2.2.15"
},
"devDependencies": {
"chai": "4.0.2",
"chai-spies": "0.7.1",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-yuidoc": "1.0.0",
"grunt-gh-pages": "2.0.0",
"grunt-eslint": "19.0.0",
"grunt-mkdocs": "0.2.0",
"grunt-mocha-test": "0.13.2",
"mocha": "3.2.0",
"pre-commit": "1.2.2",
"yuidoc-theme-blue": "0.1.9",
"flightplan": "0.6.17"
"chai": "^3.2.0",
"chai-spies": "^1.0.0",
"flightplan": "^0.6.20",
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-yuidoc": "^1.0.0",
"grunt-eslint": "^22.0.0",
"grunt-gh-pages": "^3.1.0",
"grunt-mkdocs": "^1.0.1",
"grunt-mocha-test": "^0.13.3",
"mocha": "^7.1.1",
"pre-commit": "^1.2.2",
"yuidoc-theme-blue": "^0.1.9"
},
"peerDependencies": {
"@openveo/core": ">=4.1.0"
"@openveo/core": ">=9.0.0"
},

@@ -51,5 +51,5 @@ "scripts": {

"engines": {
"node": ">=8.9.4",
"npm": ">=5.6.0"
"node": ">=12.4.0",
"npm": ">=6.9.0"
}
}

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

Documentation is available on [Github pages](http://veo-labs.github.io/openveo-devices-api/2.0.0/index.html).
Documentation is available on [Github pages](http://veo-labs.github.io/openveo-devices-api/3.0.0/index.html).

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

Sorry, the diff of this file is too big to display

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