intl-format-cache
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
5
9
201
10118
1
- Removedintl-messageformat@^1.0.0-rc-2
- Removedintl-messageformat@1.3.0(transitive)
- Removedintl-messageformat-parser@1.2.0(transitive)