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

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.4.8 to 0.4.9

10

locales/en/index.es6.js

@@ -1,8 +0,8 @@

export { default as long } from './long'
export { default as long_concise } from './long concise'
export { default as short } from './short'
export { default as short_concise } from './short concise'
export { default as tiny } from './tiny'
export { default as long } from './long.json'
export { default as long_concise } from './long concise.json'
export { default as short } from './short.json'
export { default as short_concise } from './short concise.json'
export { default as tiny } from './tiny.json'
// `const` is not supported in Internet Explorer 10
export var locale = 'en'

@@ -1,6 +0,6 @@

var long = require('./long')
var long_concise = require('./long concise')
var short = require('./short')
var short_concise = require('./short concise')
var tiny = require('./tiny')
var long = require('./long.json')
var long_concise = require('./long concise.json')
var short = require('./short.json')
var short_concise = require('./short concise.json')
var tiny = require('./tiny.json')

@@ -7,0 +7,0 @@ module.exports =

@@ -1,8 +0,8 @@

export { default as long } from './long'
export { default as long_concise } from './long concise'
export { default as short } from './short'
export { default as short_concise } from './short concise'
export { default as tiny } from './tiny'
export { default as long } from './long.json'
export { default as long_concise } from './long concise.json'
export { default as short } from './short.json'
export { default as short_concise } from './short concise.json'
export { default as tiny } from './tiny.json'
// `const` is not supported in Internet Explorer 10
export var locale = 'ru'

@@ -1,6 +0,6 @@

var long = require('./long')
var long_concise = require('./long concise')
var short = require('./short')
var short_concise = require('./short concise')
var tiny = require('./tiny')
var long = require('./long.json')
var long_concise = require('./long concise.json')
var short = require('./short.json')
var short_concise = require('./short concise.json')
var tiny = require('./tiny.json')

@@ -7,0 +7,0 @@ module.exports =

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

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