Socket
Socket
Sign inDemoInstall

javascript-time-ago

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

javascript-time-ago - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

6

build/classify elapsed.js

@@ -117,3 +117,7 @@ 'use strict';

factor: 60,
threshold: 45,
threshold: 45
}, {
unit: 'minute',
factor: 60,
threshold: 2.5 * 60,
granularity: 5

@@ -120,0 +124,0 @@ }, {

@@ -99,2 +99,4 @@ var long = {

"minute": {
"previous": "минуту назад",
"next": "через минуту",
"future": {

@@ -114,2 +116,4 @@ "one": "через {0} минуту",

"second": {
"previous": "секунду назад",
"next": "через секунду",
"current": "сейчас",

@@ -237,2 +241,4 @@ "future": {

"minute": {
"previous": "минуту",
"next": "минуту",
"future": {

@@ -252,2 +258,4 @@ "one": "{0} минуту",

"second": {
"previous": "секунду",
"next": "секунду",
"current": "сейчас",

@@ -254,0 +262,0 @@ "future": {

2

package.json
{
"name": "javascript-time-ago",
"version": "0.2.5",
"version": "0.2.6",
"description": "International highly customizable relative time formatting",

@@ -5,0 +5,0 @@ "main": "index.umd.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