Socket
Socket
Sign inDemoInstall

@formatjs/intl-unified-numberformat

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

11

CHANGELOG.md

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

## [0.4.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-unified-numberformat@0.4.1...@formatjs/intl-unified-numberformat@0.4.2) (2019-08-29)
### Bug Fixes
* **@formatjs/intl-unified-numberformat:** add .npmignore ([3ebb117](https://github.com/formatjs/formatjs/commit/3ebb117))
## [0.4.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-unified-numberformat@0.4.0...@formatjs/intl-unified-numberformat@0.4.1) (2019-08-21)

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

6

lib/core.js

@@ -17,4 +17,6 @@ var __assign = (this && this.__assign) || function () {

if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) if (e.indexOf(p[i]) < 0)
t[p[i]] = s[p[i]];
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;

@@ -21,0 +23,0 @@ };

{
"name": "@formatjs/intl-unified-numberformat",
"version": "0.4.1",
"version": "0.4.2",
"description": "Ponyfill for intl unified numberformat proposal",

@@ -43,3 +43,3 @@ "keywords": [

},
"gitHead": "3c05983721b36e5870edecc16ecda5b4ef219529"
"gitHead": "929455dd6eabda5c087c2c28bfde45005ca3cf90"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc