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

intl-format-cache

Package Overview
Dependencies
Maintainers
2
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 1.0.0 to 2.0.0

lib/es5.js

3

index.js

@@ -1,1 +0,2 @@

module.exports = require('./lib/formats');
exports = module.exports = require('./lib/memoizer').default;
Object.defineProperty(exports, 'default', {value: exports});
{
"name": "intl-format-cache",
"version": "1.0.0",
"version": "2.0.0",
"description": "Produces instances of JavaScript `Intl` formats, and caches them for reuse.",
"main": "index.js",
"jsnext:main": "src/formats.js",
"jsnext:main": "src/memoizer.js",
"scripts": {
"prepublish": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -24,5 +25,3 @@ },

"homepage": "https://github.com/yahoo/intl-format-cache",
"dependencies": {
"intl-messageformat": "^1.0.0-rc-2"
},
"dependencies": {},
"devDependencies": {

@@ -33,5 +32,4 @@ "grunt": "^0.4.5",

"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"intl": "^0.1.4"
"grunt-contrib-copy": "^0.6.0"
}
}

@@ -12,3 +12,3 @@ Intl Format Cache

This is an helper package used within [Yahoo's IntlJS suite][IntlJS]. It provides a cache layer for creating [`Intl`][Intl] format instances: [`IntlNumberFormat`][Intl-NF], [`Intl.DateTimeFormat`][Intl-DTF], and [`IntlMessageFormat`][Intl-MF].
This is an helper package used within [Yahoo's IntlJS suite][IntlJS]. It provides a cache/memoize layer for creating [`Intl`][Intl] format instances: [`IntlNumberFormat`][Intl-NF], [`Intl.DateTimeFormat`][Intl-DTF], and [`IntlMessageFormat`][Intl-MF].

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