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

@formatjs/intl-relativetimeformat

Package Overview
Dependencies
Maintainers
2
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formatjs/intl-relativetimeformat - npm Package Compare versions

Comparing version 2.5.1 to 2.5.2

dist/core.mjs

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.5.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.5.1...@formatjs/intl-relativetimeformat@2.5.2) (2019-08-06)
### Bug Fixes
* generate .mjs instead of lib ([0c34ee4](https://github.com/formatjs/formatjs/commit/0c34ee4))
## [2.5.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.5.0...@formatjs/intl-relativetimeformat@2.5.1) (2019-08-02)

@@ -8,0 +19,0 @@

15

package.json
{
"name": "@formatjs/intl-relativetimeformat",
"version": "2.5.1",
"version": "2.5.2",
"description": "Formats JavaScript dates to relative time strings.",

@@ -23,10 +23,11 @@ "keywords": [

"devDependencies": {
"formatjs-extract-cldr-data": "^9.3.2"
"formatjs-extract-cldr-data": "^9.3.3"
},
"main": "index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"main": "dist/index",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"clean": "rimraf dist lib",
"compile": "tsc && tsc -p tsconfig.cjs.json && rollup -c rollup.config.js",
"mjs": "find ./dist -depth -name \"*.js\" -exec sh -c 'f=\"{}\"; mv -- \"$f\" \"${f%.js}.mjs\"' \\;",
"compile": "tsc && npm run mjs && tsc -p tsconfig.cjs.json && rollup -c rollup.config.js",
"build": "npm run cldr && npm run compile",

@@ -38,3 +39,3 @@ "cldr": "node scripts/cldr",

"license": "MIT",
"gitHead": "246da4f1776326cc7ebbbb367ab88adf9f4c813f"
"gitHead": "5712b2950f1ca82c7ea987a88a490a28157838fc"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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