New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aurelia-i18n

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia-i18n - npm Package Compare versions

Comparing version 3.0.0-beta.3 to 3.0.0-beta.4

2

build/build.ts

@@ -156,3 +156,3 @@ import rollup from 'rollup';

async function fixI18nDefaultImport(typeDefFileName: string) {
const importDeclaration = `import i18next from "i18next";\n`;
const importDeclaration = `import * as i18next from 'i18next';\n`;
const data = fs.readFileSync(typeDefFileName, 'utf-8');

@@ -159,0 +159,0 @@ const fd = fs.openSync(typeDefFileName, 'w+');

@@ -1,2 +0,2 @@

import i18next from "i18next";
import * as i18next from 'i18next';
import { Container } from 'aurelia-dependency-injection';

@@ -3,0 +3,0 @@ import { EventAggregator } from 'aurelia-event-aggregator';

@@ -0,1 +1,12 @@

<a name="3.0.0-beta.4"></a>
# [3.0.0-beta.4](https://github.com/aurelia/i18n/compare/3.0.0-beta.3...3.0.0-beta.4) (2018-11-23)
### Bug Fixes
* **build:** correct d.ts import for i18next ([b43d5e0](https://github.com/aurelia/i18n/commit/b43d5e0))
* **typings:** Updating typings.json to map aurelia-i18n.d.ts ([d55740e](https://github.com/aurelia/i18n/commit/d55740e))
<a name="3.0.0-beta.3"></a>

@@ -2,0 +13,0 @@ # [3.0.0-beta.3](https://github.com/aurelia/i18n/compare/3.0.0-beta.2...3.0.0-beta.3) (2018-11-16)

{
"name": "aurelia-i18n",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "A plugin that provides i18n support.",

@@ -5,0 +5,0 @@ "keywords": [

{
"name": "aurelia-i18n",
"main": "dist/typings/aurelia-i18n.d.ts"
"main": "dist/aurelia-i18n.d.ts"
}
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