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

metrics-stripe-charges

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metrics-stripe-charges - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

History.md
1.0.1 - January 7, 2015
-------------------------
- republish
1.0.0 - January 6, 2015
-------------------------
:sparkles:
- removing time from metric keys
- using new metrics time API

@@ -6,0 +11,0 @@

4

index.js

@@ -47,4 +47,4 @@

// last 19 years
for (var i = 1; i <= 10; i <= 1)
// last 10 years
for (var i = 1; i <= 10; i += 1)
set(metrics, charges, start, Dates.year.shift(today, -i));

@@ -51,0 +51,0 @@ });

{
"name": "metrics-stripe-charges",
"version": "1.0.0",
"version": "1.0.1",
"repository": "git://github.com/segmentio/metrics-stripe-charges.git",

@@ -5,0 +5,0 @@ "description": "Stripe charges plugin for segmentio/metrics",

@@ -49,4 +49,4 @@

- `stripe charges` - the number of charges today
- `stripe charged` - the amount charged today
- `stripe charges` - the number of charges
- `stripe charged` - the dollar amount charged

@@ -53,0 +53,0 @@ and are calculated for the last 30 days, last 52 weeks, and last 10 years.

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