Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

twemote

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twemote - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

README.md

2

package.json
{
"name": "twemote",
"version": "1.0.0",
"version": "1.0.1",
"description": "easy way to grab twitch emotes",

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

@@ -17,2 +17,9 @@ const request = require('superagent');

/**
* @function twemote
* @param {string} name the name of the emote
* @param {string} [size='small'] the size of the emote (small, medium, or large)
* @returns {string} url the url of the emote
*/
module.exports = (name, size = 'small') => { // es6 argument defaults are fucking amazing

@@ -19,0 +26,0 @@ return new Promise((resolve, reject) => {

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