New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

flowtime

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowtime - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+1
-1
package.json
{
"name": "flowtime",
"version": "1.2.0",
"version": "1.2.1",
"description": "An unpredictable time library for JavaScript",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -51,3 +51,3 @@ # ~ flowtime ~

The library exposes two functions, `fromNow` which returns the current flow time, and `fromDate` which takes a JavaScript `Date` as argument to returns its corresponding flow time.
The library exposes two functions, `fromNow` which returns the current flow time, and `fromDate` which takes a JavaScript `Date` as argument to return its corresponding flow time.

@@ -54,0 +54,0 @@ ```js