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

intl-format-cache

Package Overview
Dependencies
Maintainers
4
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intl-format-cache - npm Package Compare versions

Comparing version 4.1.5 to 4.1.6

dist/index.mjs

11

CHANGELOG.md

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

## [4.1.6](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.1.5...intl-format-cache@4.1.6) (2019-08-06)
### Bug Fixes
* generate .mjs instead of lib ([0c34ee4](https://github.com/formatjs/formatjs/commit/0c34ee4))
## [4.1.5](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.1.4...intl-format-cache@4.1.5) (2019-08-02)

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

15

package.json
{
"name": "intl-format-cache",
"version": "4.1.5",
"version": "4.1.6",
"description": "A memoizer factory for Intl format constructors.",
"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",
"mjs": "find ./dist -depth -name \"*.js\" -exec sh -c 'f=\"{}\"; mv -- \"$f\" \"${f%.js}.mjs\"' \\;",
"benchmark": "ts-node --project tsconfig.cjs.json tests/benchmark",
"build": "tsc && tsc -p src/tsconfig.cjs.json && rollup -c rollup.config.js",
"build": "tsc && npm run mjs && tsc -p src/tsconfig.cjs.json && rollup -c rollup.config.js",
"test": "mocha --opts ../../mocha.opts tests/index.ts",

@@ -16,3 +17,3 @@ "prepublishOnly": "npm run build"

"devDependencies": {
"@formatjs/intl-relativetimeformat": "^2.5.1"
"@formatjs/intl-relativetimeformat": "^2.5.2"
},

@@ -33,3 +34,3 @@ "repository": {

"homepage": "https://github.com/formatjs/formatjs",
"gitHead": "246da4f1776326cc7ebbbb367ab88adf9f4c813f"
"gitHead": "5712b2950f1ca82c7ea987a88a490a28157838fc"
}
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