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

hummingbird-instagram

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hummingbird-instagram - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

17

main.js

@@ -1,1 +0,16 @@

module.exports = require('./lib/instagram_service.js');
var sugar = require('sugar');
var winston = require('winston');
/**
* Configure logging
*/
winston.remove(winston.transports.Console);
winston.add(winston.transports.Console, {
colorize: true,
timestamp: function() {
return Date.create().format('{yyyy}-{MM}-{dd} {HH}:{mm}:{ss}.{fff}');
}
});
// Export
module.exports = require('./lib/instagram_service.js');

2

package.json
{
"name": "hummingbird-instagram",
"version": "0.0.1",
"version": "0.0.2",
"description": "Instagram streaming module for hummingbird.",

@@ -5,0 +5,0 @@ "main": "main.js",

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