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

i18n-dialect

Package Overview
Dependencies
Maintainers
9
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18n-dialect - npm Package Compare versions

Comparing version 1.0.8 to 1.1.0

dist/index.d.ts

3

dist/index.js
"use strict";
exports.__esModule = true;
Object.defineProperty(exports, "__esModule", { value: true });
var controller_1 = require("./src/controller");

@@ -108,1 +108,2 @@ exports.TranslationController = controller_1.TranslationController;

exports.TranslationProvider = TranslationProvider;
//# sourceMappingURL=index.js.map
"use strict";
exports.__esModule = true;
Object.defineProperty(exports, "__esModule", { value: true });
var TranslationController = (function () {

@@ -148,1 +148,2 @@ function TranslationController(translationGetter, onFailedSubstitution, defaultPluralSelect) {

;
//# sourceMappingURL=controller.js.map
"use strict";
exports.__esModule = true;
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map
{
"name": "i18n-dialect",
"version": "1.0.8",
"version": "1.1.0",
"description": "Internationalization support library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "karma start --browsers Firefox --single-run",
"build": "tsc --noEmit && tsc index.ts --outDir dist",
"build": "tsc",
"testwatch": "karma start --browsers Firefox"

@@ -10,0 +11,0 @@ },

@@ -7,3 +7,2 @@ {

},
"target": "es5",

@@ -18,8 +17,14 @@ "experimentalDecorators": true,

"noUnusedLocals": true,
"noUnusedParameters": true
"noUnusedParameters": true,
"declaration": true,
"outDir": "dist"
},
"exclude": [
"node_modules"
"node_modules",
"dist"
],
"files": [
"index.ts"
],
"compileOnSave": false
}
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