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

@vendure/ngx-translate-extract

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vendure/ngx-translate-extract - npm Package Versions

13

9.0.0

Diff

Changelog

Source

v9.0.0 (2023-11-21)

  • feat: Add support for new Angular v17 control flow syntax (#27)

BREAKING CHANGES

  • minimum angular version required bumped to 17
  • minimum node version required bumped to v18.13.0 to be aligned with the Angular 17 requirements
  • minimum TypeScript version required bumped to v5.2 to be aligned with the Angular 17 requirements
michaelbromley
published 8.3.0 •

Changelog

Source

v8.3.0 (2023-11-21)

  • Add support for the --strip-prefix option (#23)
michaelbromley
published 8.2.3 •

Changelog

Source

v8.2.3 (2023-09-27)

  • Enable extraction from subclasses without declaration (#21)
  • Fix chained function calls (#21)
  • Add tests (#21)
  • Extract translations when service injected using inject() function (#22)
michaelbromley
published 8.2.2 •

Changelog

Source

v8.2.2 (2023-08-10)

  • Fix extraction error with --null-as-default-value (#18)
michaelbromley
published 8.2.1 •

Changelog

Source

v8.2.1 (2023-07-21)

  • Fix extraction error introduced in the last version (#14)
  • Add braces to dependencies (#9)
michaelbromley
published 8.2.0 •

Changelog

Source

v8.2.0 (2023-07-03)

  • Add source locations in PO compiler output (#13)
michaelbromley
published 8.1.1 •

Changelog

Source

v8.1.1 (2023-05-11)

  • Update tsquery dependency to allow usage with TypeScript v5 (#10)
michaelbromley
published 8.1.0 •

Changelog

Source

v8.1.0 (2023-03-15)

  • Accommodate marker pipe and directive
  • Enable support for other marker packages apart from the original from Kim Biesbjerg
  • Merged P4's PRs (#1, #2) in order to improve the pipe parser when it comes to pipe args and structural directives
  • Fixed some botched imports
  • Re-added --marker/-m option to CLI thanks to tmijieux's PR
  • Moved to eslint and fixed errors/warnings
  • Other minor clerical changes and small refactoring
  • Remove dependency on a specific version of the Angular compiler. Instead, we rely on the peer dependency. #3
michaelbromley
published 8.0.5 •

Changelog

Source

v8.0.5 (2023-03-02)

  • fix(pipe-parser): Search for pipe in structural directives #1

    This fix will now detect the pipe in code like this:

    <ng-container *ngTemplateOutlet="section; context: {
      title: 'example.translation.key' | translate
    }"></ng-container>
    
  • fix: Find uses of translate pipe in pipe arguments #2

    Fixes the following:

    {{ 'value' | testPipe: ('test1' | translate) }} // finds nothing, misses 'test1'
    {{ 'Hello' | translate: {world: ('World' | translate)} }} // finds 'Hello', misses 'World'
    {{ 'previewHeader' | translate:{filename: filename || ('video' | translate)} }} // finds 'previewHeader', misses 'video'
    
michaelbromley
published 8.0.4 •

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