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

big-stats

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

big-stats - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

index.js

@@ -75,4 +75,2 @@ var google = require('googleapis');

};
log.log("submitting insert job")
//console.log(request.media.body);
bq.jobs.insert(request, function (err, result) {

@@ -82,4 +80,2 @@ if (err) {

log.log(err);
} else {
log.log("bigquery job accepted")
}

@@ -94,3 +90,2 @@ });

if (parseInt(counters["statsd.metrics_received"]) < 1) {
console.log("no metrics received")
return

@@ -97,0 +92,0 @@ }

2

package.json
{
"name": "big-stats",
"version": "0.2.0",
"version": "0.2.1",
"description": "google big query backend for statsd",

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

@@ -1,2 +0,2 @@

# big stats [![Build Status](https://travis-ci.org/meetup/big-stats.svg?branch=master)](https://travis-ci.org/meetup/big-stats) [![NPM Version](https://img.shields.io/npm/v/big-stats.svg?maxAge=2592000)](https://npmjs.org/package/big-stats)
# big stats [![Build Status](https://travis-ci.org/meetup/big-stats.svg?branch=master)](https://travis-ci.org/meetup/big-stats) [![NPM Version](https://img.shields.io/npm/v/big-stats.svg)](https://npmjs.org/package/big-stats)

@@ -37,4 +37,6 @@ > a google [big query](https://cloud.google.com/bigquery/) backend for [statsd](https://github.com/etsy/statsd#readme)

Big status assumes a 3 column schema
## schema
Big stats assumes a 4 column schema
| name | data type |description |

@@ -41,0 +43,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