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

abl-utils

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

abl-utils - npm Package Compare versions

Comparing version 0.4.7 to 0.4.8

2

package.json
{
"name": "abl-utils",
"title": "ABL - utils",
"version": "0.4.7",
"version": "0.4.8",
"license": "MIT",

@@ -6,0 +6,0 @@ "description": "description",

@@ -24,3 +24,3 @@ "use strict";

case isType(date, "Date"):
return moment(date).toDate();
return moment(date);
case isType(date, "String"):

@@ -31,4 +31,4 @@ return moment.tz(date, ISO_8601, "UTC");

default:
return moment(0 / 0).toDate();
return moment(0 / 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