Socket
Socket
Sign inDemoInstall

moment-parseformat

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moment-parseformat - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

bower.json
{
"name": "moment-parseformat",
"version": "0.0.5",
"version": "0.0.6",
"authors": [

@@ -5,0 +5,0 @@ "Gregor Martynus <gregor@martynus.net>"

@@ -39,6 +39,6 @@ /* global moment */

var regexFillingWords = /(at)/i;
var regexFillingWords = /\b(at)\b/i;
function parseDateFormat(string) {
var format = string;
function parseDateFormat(dateString) {
var format = dateString;

@@ -45,0 +45,0 @@ // escape filling words

{
"name": "moment-parseformat",
"version": "0.0.5",
"version": "0.0.6",
"description": "A moment.js plugin to extract the format of a date/time string",

@@ -5,0 +5,0 @@ "main": "moment.parseFormat.js",

Sorry, the diff of this file is not supported yet

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