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

vagalume

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vagalume - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

13

index.js

@@ -114,2 +114,15 @@ 'use strict';

PUBLIC.getImagens = function (bandId, limit) {
PRIVATE.requiredParam('bandID', bandId, 'string');
PRIVATE.optionalParam('limit', limit, 'int');
var opts = { bandID: bandId };
if (limit > 0) {
opts.limit = limit;
}
return PRIVATE.apiRequest('/image.php?', opts);
};
return this;

@@ -116,0 +129,0 @@ }

2

package.json
{
"name": "vagalume",
"version": "0.0.2",
"version": "0.0.3",
"description": "Vagalume API Node Module",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/gpedro/node-vagalume/",

@@ -48,2 +48,5 @@ # node-vagalume

#### getImagens()
> O Vagalume possui também um banco de imagens organizadas por galerias. Disponibilizadas pelo próprio artista no caso como (Divulgação) ou as que os prórpios usuários enviam (Enviadas pelos usuários). ([ver mais](http://api.vagalume.com.br/docs/image/))
## License

@@ -50,0 +53,0 @@

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