Socket
Socket
Sign inDemoInstall

@formatjs/intl-listformat

Package Overview
Dependencies
Maintainers
3
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formatjs/intl-listformat - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

dist-es6/core.d.ts.map

11

CHANGELOG.md

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

## [1.4.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@1.4.3...@formatjs/intl-listformat@1.4.4) (2020-04-14)
### Bug Fixes
* clean up tsbuildinfo before full build ([c301ca0](https://github.com/formatjs/formatjs/commit/c301ca02e0c319a0eb03921533053f0334ae5df1))
## [1.4.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@1.4.2...@formatjs/intl-listformat@1.4.3) (2020-03-30)

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

1

dist-es6/core.d.ts

@@ -73,1 +73,2 @@ import { ListPatternLocaleData, ListPatternFieldsData, LiteralPart } from '@formatjs/intl-utils';

}
//# sourceMappingURL=core.d.ts.map

@@ -210,1 +210,2 @@ import { toObject, getOption, unpackData, setInternalSlot, getCanonicalLocales, supportedLocales, createResolveLocale, getInternalSlot, partitionPattern, invariant, isLiteralPart, } from '@formatjs/intl-utils';

}
//# sourceMappingURL=core.js.map
import IntlListFormat from './core';
export * from './core';
export default IntlListFormat;
//# sourceMappingURL=index.d.ts.map
import IntlListFormat from './core';
export * from './core';
export default IntlListFormat;
//# sourceMappingURL=index.js.map
import IntlListFormat from "./core";
export default IntlListFormat;
//# sourceMappingURL=locales.d.ts.map
import './polyfill';
import './locales';
//# sourceMappingURL=polyfill-locales.d.ts.map
import './polyfill';
import './locales';
//# sourceMappingURL=polyfill-locales.js.map
export {};
//# sourceMappingURL=polyfill.d.ts.map

@@ -10,1 +10,2 @@ import ListFormat from './core';

}
//# sourceMappingURL=polyfill.js.map

@@ -73,1 +73,2 @@ import { ListPatternLocaleData, ListPatternFieldsData, LiteralPart } from '@formatjs/intl-utils';

}
//# sourceMappingURL=core.d.ts.map

@@ -240,1 +240,2 @@ "use strict";

}
//# sourceMappingURL=core.js.map
import IntlListFormat from './core';
export * from './core';
export default IntlListFormat;
//# sourceMappingURL=index.d.ts.map

@@ -9,1 +9,2 @@ "use strict";

exports.default = core_1.default;
//# sourceMappingURL=index.js.map
import IntlListFormat from "./core";
export default IntlListFormat;
//# sourceMappingURL=locales.d.ts.map
import './polyfill';
import './locales';
//# sourceMappingURL=polyfill-locales.d.ts.map

@@ -5,1 +5,2 @@ "use strict";

require("./locales");
//# sourceMappingURL=polyfill-locales.js.map
export {};
//# sourceMappingURL=polyfill.d.ts.map

@@ -12,1 +12,2 @@ "use strict";

}
//# sourceMappingURL=polyfill.js.map

@@ -73,1 +73,2 @@ import { ListPatternLocaleData, ListPatternFieldsData, LiteralPart } from '@formatjs/intl-utils';

}
//# sourceMappingURL=core.d.ts.map

@@ -238,1 +238,2 @@ var __assign = (this && this.__assign) || function () {

}
//# sourceMappingURL=core.js.map
import IntlListFormat from './core';
export * from './core';
export default IntlListFormat;
//# sourceMappingURL=index.d.ts.map
import IntlListFormat from './core';
export * from './core';
export default IntlListFormat;
//# sourceMappingURL=index.js.map
import IntlListFormat from "./core";
export default IntlListFormat;
//# sourceMappingURL=locales.d.ts.map
import './polyfill';
import './locales';
//# sourceMappingURL=polyfill-locales.d.ts.map
import './polyfill';
import './locales';
//# sourceMappingURL=polyfill-locales.js.map
export {};
//# sourceMappingURL=polyfill.d.ts.map

@@ -10,1 +10,2 @@ import ListFormat from './core';

}
//# sourceMappingURL=polyfill.js.map

2

lib/tsdoc-metadata.json

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.7.8"
"packageVersion": "7.7.12"
}
]
}
{
"name": "@formatjs/intl-listformat",
"version": "1.4.3",
"version": "1.4.4",
"description": "Formats JS list in a i18n-safe way",

@@ -21,6 +21,6 @@ "keywords": [

"devDependencies": {
"formatjs-extract-cldr-data": "^10.1.3"
"formatjs-extract-cldr-data": "^10.1.4"
},
"dependencies": {
"@formatjs/intl-utils": "^2.2.1"
"@formatjs/intl-utils": "^2.2.2"
},

@@ -41,3 +41,3 @@ "main": "dist/index.js",

"cldr": "ts-node --project tsconfig.cjs.json scripts/cldr",
"clean": "rimraf dist lib dist-es6",
"clean": "rimraf dist lib dist-es6 *.tsbuildinfo",
"compile": "tsc && api-extractor run --local && tsc -p tsconfig.cjs.json && tsc -p tsconfig.es6.json && rollup -c rollup.config.js",

@@ -49,3 +49,3 @@ "jest": "cross-env NODE_ICU_DATA=../../node_modules/full-icu TS_NODE_PROJECT=tsconfig.cjs.json cross-env NODE_ENV=test jest",

"license": "MIT",
"gitHead": "8481b5571e5aa2824ade8dee03b069ad0e186c44"
"gitHead": "4cd1f0bd3e3099eda065a19477dc35673c5d9793"
}

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

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

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

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 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