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.4 to 0.2.5

3

locales.js

@@ -0,4 +1,5 @@

var path = require('path')
var fs = require('fs')
fs.readdirSync('./locales').forEach(function(file)
fs.readdirSync(path.resolve(__dirname, 'locales')).forEach(function(file)
{

@@ -5,0 +6,0 @@ var locale = file.replace(/\.js$/, '')

{
"name": "javascript-time-ago",
"version": "0.2.4",
"version": "0.2.5",
"description": "International highly customizable relative time formatting",

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