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

ng-packagr

Package Overview
Dependencies
Maintainers
1
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-packagr - npm Package Versions

1
32

4.0.0-rc.0

Diff

Changelog

Source

14.0.0 (2022-06-02)

⚠ BREAKING CHANGES

  • Support for TypeScript 4.4 and 4.5 has been removed. Please update to TypeScript 4.6.
  • Support for Node.js v12 has been removed as it will become EOL on 2022-04-30. Please use Node.js v14.15 or later.
  • package.json is not longer a valid method to configure ng-packagr. Use ng-package.json instead.

Features

  • support TypeScript 4.7 (5574598)
  • remove handling of package.json as configuration (a94bd14), closes #2176
  • update generated output to APF 14 (c6f6e4d)
  • support more complex assets configurations (6776e17), closes #1497
  • drop support for Node.js 12 (181ac25)
  • support TypeScript 4.6.2 (9faef17)

Bug Fixes

  • watch mode when using ng-packagr CLI directly (0f8f92a)
  • join paths instead of resolving (0a54e7d), closes #2241
  • avoid a recursive export when entryfile is named index.ts (4c96acb)
  • ignore circular dependency warnings (9b93a18)
  • remove hardcoded moduleResolution (3f5448d)
  • re-allow index.ts as entry-files (8c5cc4f)
  • invalid browsers version ranges (547a11f)
haggis_
published 3.0.0 •

Changelog

Source

13.0.1 (2021-11-04)

Bug Fixes

  • unable to add additional conditions to entry-point subpaths controlled by ng-packagr (a63ebb7)
haggis_
published 2.4.5 •

haggis_
published 3.0.0-rc.5 •

haggis_
published 3.0.0-rc.4 •

haggis_
published 2.4.4 •

haggis_
published 2.4.3 •

haggis_
published 3.0.0-rc.3 •

Changelog

Source

13.0.0 (2021-11-03)

⚠ BREAKING CHANGES

  • TypeScript versions prior to 4.4 are no longer supported.
  • Compilation of libraries using VIew Engine is no longer supported.
  • We no longer generate UMD bundles. The below options which were used for UMD bundle generation has also been removed;
    • umdModuleIds
    • amdId
    • umdId
  • Support for node-sass has been removed. sass will be used by default to compile SASS and SCSS files.

Features

  • add package exports for node and es2015 (bd986f6)
  • add support for package.json exports (047e3ca)
  • drop support for node-sass (34d805d)
  • emit Javascript files with .mjs extension (95166f3)
  • support TypeScript to 4.4 (40f7316)
  • update tslibpeerDependencies to ^2.3.0 (12dc21e)
  • add package exports for node and es2015 (bd986f6)
  • add support for package.json exports (047e3ca)
  • drop support for node-sass (34d805d)
  • emit Javascript files with .mjs extension (95166f3)
  • support Node.js version 16 (5c8ce22)
  • add esm2020 conditions in APF package exports (ed79b27)
  • add es2020 conditional export (e5d4296)
  • do not generate UMDs (cc59146), closes #2023 #2000 #1757 #1674
  • downlevel es2020 bundle to generate FESM2015 (6cf2514)
  • enable Ivy partial compilations by default (46133d9), closes #1087 #382 #285 #317 #355 #656 #917
  • replace es2015 with es2020 (9e37a56)
  • support specifying stylesheet language for inline component styles (61cd015)
  • enable providing cache directory and disabling caching via options (7d6ee38)

Bug Fixes

Performance

  • only re-generate FESMs when ESM has changed (2a02a89)
  • read esm files from memory (51ba534)
  • store fesm generation state on disk (4565a8b)
haggis_
published 3.0.0-rc.2 •

Changelog

Source

13.0.0-rc.3 (2021-10-26)

Bug Fixes

  • report typescript configuration errors (31b508d)
haggis_
published 3.0.0-rc.1 •

Changelog

Source

13.0.0-rc.2 (2021-10-21)

Bug Fixes

  • don't process tslib with ngcc (925b427)
  • replace node-sass-tilde-importer with custom sass importer (5cf363b), closes #2125
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