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

ngx-i18nsupport

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-i18nsupport - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

10

Changelog.md

@@ -0,1 +1,11 @@

<a name="0.7.3"></a>
# [0.7.3](https://github.com/martinroob/ngx-i18nsupport/compare/v0.7.2...v0.7.3) (2017-07-09)
### Bug Fixes
* **xliffmerge:** runtime error map is not a function when using autotranslate v0.7.2
([#40](https://github.com/martinroob/ngx-i18nsupport/issues/40)).
This is the next serious bug.
Do not use v0.7.2 too.
<a name="0.7.2"></a>

@@ -2,0 +12,0 @@ # [0.7.2](https://github.com/martinroob/ngx-i18nsupport/compare/v0.7.1...v0.7.2) (2017-07-09)

2

dist/autotranslate/auto-translate-service.js

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

var rxjs_1 = require("rxjs");
require("rxjs/add/operator/map");
require("rxjs/add/operator/catch");
var rx_http_request_1 = require("@akanass/rx-http-request");

@@ -7,0 +9,0 @@ var MAX_SEGMENTS = 128;

2

package.json
{
"name": "ngx-i18nsupport",
"version": "0.7.2",
"version": "0.7.3",
"description": "Some tooling to be used with the Angular 2 i18n workflow",

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

import {format} from 'util';
import {Observable} from 'rxjs';
import 'rxjs/add/operator/map';
import 'rxjs/add/operator/catch';
import {RxHR} from "@akanass/rx-http-request";

@@ -4,0 +6,0 @@ /**

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