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

lingui-formats

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lingui-formats - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

10

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="1.0.2"></a>
## [1.0.2](https://github.com/lingui/js-lingui/compare/lingui-formats@1.0.1...lingui-formats@1.0.2) (2017-09-04)
**Note:** Version bump only for package lingui-formats
<a name="1.0.1"></a>
## [1.0.1](https://github.com/lingui/js-lingui/compare/lingui-formats@1.0.0...lingui-formats@1.0.1) (2017-07-10)

6

dist/index.es.js

@@ -1,3 +0,5 @@

var globalIntl = window.Intl;
import _typeof from 'babel-runtime/helpers/typeof';
var globalIntl = (typeof window === 'undefined' ? 'undefined' : _typeof(window)) === 'object' ? window.Intl : Intl;
function date(language) {

@@ -12,3 +14,3 @@ var format = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};

var globalIntl$1 = window.Intl;
var globalIntl$1 = (typeof window === 'undefined' ? 'undefined' : _typeof(window)) === 'object' ? window.Intl : Intl;

@@ -15,0 +17,0 @@ function number(language) {

@@ -5,4 +5,8 @@ 'use strict';

var globalIntl = window.Intl;
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var _typeof = _interopDefault(require('babel-runtime/helpers/typeof'));
var globalIntl = (typeof window === 'undefined' ? 'undefined' : _typeof(window)) === 'object' ? window.Intl : Intl;
function date(language) {

@@ -17,3 +21,3 @@ var format = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};

var globalIntl$1 = window.Intl;
var globalIntl$1 = (typeof window === 'undefined' ? 'undefined' : _typeof(window)) === 'object' ? window.Intl : Intl;

@@ -20,0 +24,0 @@ function number(language) {

{
"name": "lingui-formats",
"version": "1.0.1",
"version": "1.0.2",
"description": "Built-in formats for numbers and dates",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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