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

youtube-feeds

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youtube-feeds - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

deprecated.js

42

package.json
{
"author": {
"name": "Franklin van de Meent",
"email": "fr@nkl.in",
"url": "http://frankl.in"
"name": "Franklin van de Meent",
"email": "fr@nkl.in",
"url": "http://frankl.in"
},
"name": "youtube-feeds",
"description": "Access public YouTube Data API v2 feeds, mostly with the clean JSON-C results",
"version": "2.4.0",
"name": "youtube-feeds",
"description": "Deprecated, use googleapis instead. Access public YouTube Data API v2 feeds, mostly with the clean JSON-C results",
"version": "2.4.1",
"repository": {
"type": "git",
"url": "git://github.com/fvdm/nodejs-youtube.git"
"type": "git",
"url": "git://github.com/fvdm/nodejs-youtube.git"
},
"bugs": {
"url": "https://github.com/fvdm/nodejs-youtube/issues"
"url": "https://github.com/fvdm/nodejs-youtube/issues"
},
"main": "youtube-feeds.js",
"main": "youtube-feeds.js",
"dependencies": {
"node-xml2json": "1.x.x"
"node-xml2json": "1.x.x"
},
"devDependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": ">=0.8.28"
"node": ">=0.8.28"
},
"scripts": {
"test": "node test.js"
"preinstall": "node deprecated.js",
"test": "node test.js"
},
"keywords": ["youtube", "youtubev2", "video", "feeds", "api"],
"license": {
"type": "Public Domain",
"url": "https://github.com/fvdm/nodejs-youtube/raw/master/UNLICENSE"
}
"keywords": [
"youtube",
"youtubev2",
"video",
"feeds",
"api"
],
"license": "Unlicense"
}

@@ -10,8 +10,7 @@ youtube-feeds

End of life notice
------------------
DEPRECATED
----------
This module relies heavily on YouTube Data API v2 which will be deprecated on **April 20th 2015**
to be replaced by version 3 of their API. Maintenance will continue on this module until it
stops functioning on the above mentioned date.
This module relies heavily on YouTube Data API v2 which was deprecated on **April 20th 2015**
to be replaced by version 3 of their API. The code is not being maintained anymore.

@@ -21,3 +20,3 @@ It is recommended for all users to switch to a YouTube module with API v3 support.

> See the Wiki for a working example: <https://github.com/fvdm/nodejs-youtube/wiki>
**See the Wiki for a working example:** <https://github.com/fvdm/nodejs-youtube/wiki>

@@ -411,4 +410,3 @@

Franklin van de Meent
| [Website](https://frankl.in)
| [Github](https://github.com/fvdm)
[Franklin van de Meent](https://frankl.in)

Sorry, the diff of this file is not supported yet

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