Socket
Socket
Sign inDemoInstall

youtube-node

Package Overview
Dependencies
114
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

2

package.json
{
"name": "youtube-node",
"description": "Youtube API v3 client for nodeJS",
"version": "1.1.3",
"version": "1.1.4",
"author": "Paulo McNally <paulomcnally@gmail.com>",

@@ -6,0 +6,0 @@ "keywords": [

@@ -5,2 +5,2 @@ module.exports = {

query: 'nodejs song'
}
};

@@ -13,3 +13,3 @@ var config = require('./config.conf');

});
})
});

@@ -23,3 +23,4 @@ it('getById', function(done) {

});
})
});
it('search', function(done) {

@@ -32,3 +33,4 @@ var youTube = new YouTube();

});
})
});
it('related', function(done) {

@@ -41,3 +43,4 @@ var youTube = new YouTube();

});
})
})
});
});
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