New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular-timeago

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-timeago - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

2

bower.json

@@ -27,3 +27,3 @@ {

},
"version": "0.1.7"
"version": "0.1.8"
}

@@ -8,3 +8,3 @@ {

"description": "Angular directive/filter/service for formatting date so that it displays how long ago the given time was compared to now.",
"version": "0.1.7",
"version": "0.1.8",
"license": "MIT",

@@ -11,0 +11,0 @@ "homepage": "https://github.com/yaru22/angular-timeago",

@@ -117,2 +117,20 @@ /* global angular */

numbers: []
},
'fr_FR': {
prefixAgo: 'il y a',
prefixFromNow: null,
suffixAgo: null,
suffixFromNow: 'from now',
seconds: 'moins d\'une minute',
minute: 'environ une minute',
minutes: '%d minutes',
hour: 'environ une heure',
hours: 'environ %d heures',
day: 'un jour',
days: '%d jours',
month: 'environ un mois',
months: '%d mois',
year: 'environ un an',
years: '%d ans',
numbers: []
}

@@ -119,0 +137,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