New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 1.0.3

3

History.md

@@ -0,1 +1,4 @@

1.0.3 - January 7, 2015
-------------------------
- adding hours

@@ -2,0 +5,0 @@ 1.0.1 - January 7, 2015

@@ -39,2 +39,6 @@

// last 24 hours
for (var i = 0; i <= 24; i += 1)
set(metrics, charges, start, Dates.hour.shift(today, -i));
// last 30 days

@@ -41,0 +45,0 @@ for (var i = 0; i <= 30; i += 1)

2

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

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

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