Socket
Socket
Sign inDemoInstall

@formatjs/intl-datetimeformat

Package Overview
Dependencies
Maintainers
3
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formatjs/intl-datetimeformat - npm Package Compare versions

Comparing version 6.9.0 to 6.10.0

46

package.json
{
"name": "@formatjs/intl-datetimeformat",
"version": "6.9.0",
"version": "6.10.0",
"description": "Intl.DateTimeFormat polyfill",
"main": "index.js",
"types": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./lib/index.js",
"default": "./index.js"
},
"./polyfill": {
"types": "./polyfill.d.ts",
"import": "./lib/polyfill.js",
"default": "./polyfill.js"
},
"./polyfill-force": {
"types": "./polyfill-force.d.ts",
"import": "./lib/polyfill-force.js",
"default": "./polyfill-force.js"
},
"./should-polyfill": {
"types": "./should-polyfill.d.ts",
"import": "./lib/should-polyfill.js",
"default": "./should-polyfill.js"
},
"./locale-data/*": {
"types": "./locale-data/*.d.ts",
"default": "./locale-data/*.js"
},
"./add-all-tz": {
"types": "./add-all-tz.d.ts",
"default": "./add-all-tz.js"
},
"./add-golden-tz": {
"types": "./add-golden-tz.d.ts",
"default": "./add-golden-tz.js"
},
"./polyfill.iife.js": "./polyfill.iife.js",
"./package.json": "./package.json"
},
"repository": {

@@ -61,10 +25,10 @@ "type": "git",

"dependencies": {
"@formatjs/ecma402-abstract": "1.16.0",
"@formatjs/intl-localematcher": "0.3.0",
"tslib": "^2.4.0"
"tslib": "^2.4.0",
"@formatjs/ecma402-abstract": "1.17.0",
"@formatjs/intl-localematcher": "0.4.0"
},
"devDependencies": {
"@formatjs/intl-getcanonicallocales": "2.2.1",
"@formatjs/intl-locale": "3.3.1"
"@formatjs/intl-locale": "3.3.2"
}
}

Sorry, the diff of this file is too big to display

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