New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

youtube-playlist-views

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youtube-playlist-views

gotcha youtube playlist views

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

youtube-playlist-views

gotcha youtube playlist views

Travis build status Code Climate Test Coverage Dependency Status devDependency Status

Installation

$ npm install youtube-playlist-views --save

Example

ES5

var playlist = require('youtube-playlist-views');

playlist.views('PLAYLIST_ID').then(function (views) {
  var igotcha = views;
  console.log(igotcha);
});

ES6

import playlist from 'youtube-playlist-views';

playlist.views('PLAYLIST_ID').then((views) => {
  const igotcha = views;
  console.log(igotcha);
});

Keywords

youtube

FAQs

Package last updated on 09 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts