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.4.7 to 0.4.8

6

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

@@ -35,4 +35,4 @@ "main": "index.common.js",

"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --compilers js:babel-core/register --colors --reporter spec test/runner.js --recursive",
"browser-build": "WEBPACK_ENV=build webpack",
"browser-build-dev": "WEBPACK_ENV=dev webpack --progress --colors --watch",
"browser-build": "npm run build-es6-modules && WEBPACK_ENV=build webpack",
"browser-build-dev": "npm run build-es6-modules && WEBPACK_ENV=dev webpack --progress --colors --watch",
"clean-for-build": "rimraf ./build/**/* ./es6/**/*",

@@ -39,0 +39,0 @@ "build-commonjs-modules": "better-npm-run build-commonjs-modules",

@@ -329,2 +329,6 @@ # javascript-time-ago

## Future
When given negative time intervals this library outputs future dates, like "in 5 minutes", "in a year", etc.
## React

@@ -331,0 +335,0 @@

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