Socket
Socket
Sign inDemoInstall

@ngneat/transloco-scoped-libs

Package Overview
Dependencies
63
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 3.0.0

README.md

40

package.json
{
"name": "@ngneat/transloco-scoped-libs",
"version": "1.2.2",
"description": "Angular Transloco support tool for libraries with translations",
"main": "index.js",
"version": "3.0.0",
"description": "Transloco support tool for libraries with translations",
"main": "src/lib/transloco-scroped-libs.js",
"bin": {
"transloco-scoped-libs": "cli.js"
"transloco-scoped-libs": "src/index.js"
},

@@ -12,3 +12,10 @@ "publishConfig": {

},
"author": "Itay Oded",
"bugs": {
"url": "https://github.com/ngneat/transloco/issues"
},
"homepage": "https://ngneat.github.io/transloco/docs/tools/scope-lib-extractor",
"repository": {
"type": "git",
"url": "https://github.com/ngneat/transloco"
},
"keywords": [

@@ -27,9 +34,22 @@ "angular",

"license": "MIT",
"author": "Itay Oded",
"contributors": [
{
"name": "Shahar Kazaz",
"url": "https://github.com/shaharkazaz"
},
{
"name": "Netanel Basal",
"url": "https://netbasal.com"
}
],
"dependencies": {
"@ngneat/transloco-utils": "^1.0.6",
"chalk": "3.0.0",
"chokidar": "^3.3.0",
"@ngneat/transloco-utils": "3.0.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"command-line-args": "^5.1.1",
"glob": "^7.1.4"
}
"glob": "^7.1.7",
"fs-extra": "^9.1.0"
},
"typings": "./src/index.d.ts"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc