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

moment-business-days

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moment-business-days - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

index.js

@@ -84,5 +84,5 @@ 'use strict';

moment.fn.monthNaturalDays = function() {
moment.fn.monthNaturalDays = function(fromToday) {
var me = this.clone();
var day = me.clone().startOf('month');
var day = fromToday ? me.clone() : me.clone().startOf('month');
var end = me.clone().endOf('month');

@@ -89,0 +89,0 @@ var daysArr = [];

{
"name": "moment-business-days",
"version": "0.0.4",
"version": "0.0.5",
"description": "MomentJS pluin to use business days ",

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

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