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

oddworks-brightcove-provider

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oddworks-brightcove-provider - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

9

cli.js

@@ -94,9 +94,12 @@ 'use strict';

clientId: {
describe: 'Defaults to env var BRIGHTCOVE_CLIENT_ID'
describe: 'Defaults to env var BRIGHTCOVE_CLIENT_ID',
type: 'string'
},
clientSecret: {
describe: 'Defaults to env var BRIGHTCOVE_CLIENT_SECRET'
describe: 'Defaults to env var BRIGHTCOVE_CLIENT_SECRET',
type: 'string'
},
accountId: {
describe: 'Defaults to env var BRIGHTCOVE_ACCOUNT_ID'
describe: 'Defaults to env var BRIGHTCOVE_ACCOUNT_ID',
type: 'string'
},

@@ -103,0 +106,0 @@ concurrentRequestLimit: {

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

const _ = require('lodash');
const Boom = require('boom');
const request = require('request');

@@ -544,3 +543,3 @@ const taskQueue = require('promise-task-queue');

debug(`${res.statusCode} ${params.method} ${params.url} qs:${JSON.stringify(params.qs)} body: ${body}`);
return reject(Boom.create(res.statusCode, res.statusMessage, body));
return reject(new Error(`brightcove client unexpected status code ${res.statusCode}`));
} else if (res.statusCode === 204) {

@@ -547,0 +546,0 @@ return resolve({});

{
"name": "oddworks-brightcove-provider",
"version": "1.3.5",
"version": "1.3.6",
"description": "An Oddworks provider plugin for Brightcove APIs",
"main": "index.js",
"dependencies": {
"bluebird": "^3.4.6",
"boom": "^4.0.0",
"debug": "^2.2.0",
"lodash": "^4.17.2",
"promise-task-queue": "^1.2.0",
"request": "^2.75.0",
"yargs": "^5.0.0"
"bluebird": "~3.4.6",
"debug": "~2.2.0",
"lodash": "~4.17.2",
"promise-task-queue": "~1.2.0",
"request": "~2.75.0",
"yargs": "~5.0.0"
},
"devDependencies": {
"ava": "^0.16.0",
"nock": "^8.0.0",
"oddcast": "^2.1.0",
"sinon": "^1.17.6",
"xo": "^0.16.0"
"ava": "~0.16.0",
"nock": "~8.0.0",
"oddcast": "~2.2.0",
"sinon": "~1.17.6",
"xo": "~0.16.0"
},

@@ -22,0 +21,0 @@ "scripts": {

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