-
Notifications
You must be signed in to change notification settings - Fork 14
add twitch#channel URI #11
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bat-publisher", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Routines to identify publishers for the BAT.", | ||
"main": "index.js", | ||
"scripts": { | ||
|
@@ -47,6 +47,7 @@ | |
"level": "1.7.0", | ||
"npm-check-updates": "^2.12.1", | ||
"nsp": "^2.8.0", | ||
"oembed-parser": "^1.0.8", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we need security review for this one. I see that there is no new usage, where we just missing it from the dependencies? cc @diracdeltas There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we should not use ombed-parser in general since it uses Node's networking stack (https://github.com/ndaidong/oembed-parser/blob/master/src/utils/fetchEmbed.js), but this usage is ok for now since it only uses the provider.json rules file |
||
"standard": "10.0.3", | ||
"tap": "^10.7.2" | ||
}, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we using this one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. that's the point of the PR. i refactored so the twitch and youtube code could maximally reuse code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where do we use it? in other library? I can't find it in this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
take a look at media/provider.json!