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

flurry-api

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

flurry-api - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

lib/flurry.js

@@ -27,4 +27,2 @@ var request = require('request'),

Flurry.prototype[i] = function(callback){
if (typeof callback !== 'function') callback = function(){};
return new Promise(function(resolve, reject){

@@ -31,0 +29,0 @@ request.get('http://api.flurry.com/appInfo/' + i, {

@@ -43,4 +43,2 @@ var request = require('request'),

Metric.prototype.exec = function(callback){
if (typeof callback !== 'function') callback = function(){};
return new Promise(function(resolve, reject){

@@ -47,0 +45,0 @@ request.get(this.base, {

2

package.json
{
"name": "flurry-api",
"version": "0.0.4",
"version": "0.0.5",
"description": "Flurry API for Node.js",

@@ -5,0 +5,0 @@ "main": "lib/flurry",

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