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

@actra-development-oss/ng-i18n-aot-loader

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actra-development-oss/ng-i18n-aot-loader - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

73

package.json
{
"name": "@actra-development-oss/ng-i18n-aot-loader",
"description": "angular 4 i18n pre-loader for webpack 2 to support AOT with dynamic locale changes",
"keywords": [
"name": "@actra-development-oss/ng-i18n-aot-loader",
"description": "angular 4 i18n pre-loader for webpack 2 to support AOT with dynamic locale changes",
"keywords": [
"angular",

@@ -10,5 +10,5 @@ "aot",

],
"license": "MIT",
"version": "1.0.0",
"author": {
"license": "MIT",
"version": "1.0.2",
"author": {
"name": "Gabriel Schuster - actra.development",

@@ -18,35 +18,19 @@ "email": "opensource@actra.de",

},
"homepage": "https://github.com/actra-development-oss/ng-i18n-aot-loader#readme",
"repository": {
"homepage": "https://github.com/actra-development-oss/ng-i18n-aot-loader#readme",
"repository": {
"type": "git",
"url": "git@github.com:actra-development-oss/ng-i18n-aot-loader.git"
},
"bugs": {
"bugs": {
"url": "https://github.com/actra-development-oss/ng-i18n-aot-loader/issues",
"email": "opensource@actra.de"
},
"publishConfig": {
"registry": "https://registry.npmjs.com/",
"access": "public"
},
"dependencies": {
"loader-utils": "^1.0.2",
"object-assign": "^4.1.0",
"fs": "^0.0.2",
"@angular/core": "^4.1.0",
"@angular/compiler": "^4.1.0"
"loader-utils": "1.1.0",
"object-assign": "4.1.1",
"fs": "0.0.2",
"@angular/core": "4.2.5",
"@angular/compiler": "4.2.5"
},
"devDependencies": {
"mkdirp": "0.5.1",
"ncp": "2.0.0",
"npm-run-all": "4.0.2",
"rimraf": "2.6.1",
"rollup": "0.43.0",
"uglify-js": "3.0.21",
"yarn": "0.24.6"
},
"peerDependencies": {
"@angular/core": "^4.1.0"
},
"files": [
"files": [
"dist/index.js",

@@ -60,28 +44,3 @@ "dist/index.umd.js",

],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn run run-s -- build:clean build:copy",
"build:clean": "yarn run rimraf -- ./dist && yarn run mkdirp -- ./dist",
"build:copy": "yarn run run-s -- build:copy-1 build:copy-2 build:copy-3 build:copy-4 build:copy-5",
"build:copy-1": "yarn run ncp -- ./package.json ./dist/package.json",
"build:copy-2": "yarn run ncp -- ./CHANGELOG.md ./dist/CHANGELOG.md",
"build:copy-3": "yarn run ncp -- ./index.js ./dist/index.js",
"build:copy-4": "yarn run ncp -- ./LICENSE ./dist/LICENSE",
"build:copy-5": "yarn run ncp -- ./README.md ./dist/README.md",
"publishToNpmjs": "yarn run build && npm publish ./dist --access public --registry https://registry.npmjs.com/",
"mkdirp": "./node_modules/.bin/mkdirp",
"ncp": "./node_modules/.bin/ncp",
"rimraf": "./node_modules/.bin/rimraf",
"rollup": "./node_modules/.bin/rollup",
"run-s": "./node_modules/.bin/run-s",
"uglifyjs": "./node_modules/.bin/uglifyjs",
"yarn": "./node_modules/.bin/yarn"
}
"main": "index.js"
}

@@ -13,3 +13,3 @@ # ng-i18n-aot-loader [Proof-Of-Concept]

All bindings and contexts stay intact and there's no need to do special magic to your code.
To actually change the displayed locale, a service is provided (by `@actra-development-oss/ng-i18n-aot-module`) that you may include in your component(s) to call `setLocale('new_locale')` on it.
To actually change the displayed locale, a service is provided (by [@actra-development-oss/ng-i18n-aot-module](https://github.com/actra-development-oss/ng-i18n-aot-module)) that you may include in your component(s) to call `setLocale('new_locale')` on it.

@@ -16,0 +16,0 @@

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