i18n-dialect
Advanced tools
Comparing version 1.0.8 to 1.1.0
"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 | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
208502
22
1585
1