Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5 to 0.0.6

6

lib/instagram_post.js

@@ -74,4 +74,6 @@ var moment = require('moment');

*/
InstagramPost.prototype.parseKeywords = function() {
return this._raw.tags;
InstagramPost.prototype.parseKeywords = function(n) {
return this._raw.tags.map(function() {
return n.toLowerCase();
});
}

@@ -78,0 +80,0 @@

{
"name": "hummingbird-instagram",
"version": "0.0.5",
"version": "0.0.6",
"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