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

@patternslib/dev

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patternslib/dev - npm Package Versions

1235

2.7.2

Diff

Changelog

Source

2.7.2 (2022-09-28)

Maintenance

  • Upgrade dependencies. (1edd750)
thet
published 2.7.1 •

Changelog

Source

2.7.1 (2022-09-20)

Maintenance

thet
published 2.7.0 •

Changelog

Source

2.7.0 (2022-09-15)

Features

  • Define the close, show and showModal methods in dialog elements. (3b59aed)

Maintenance

thet
published 2.6.0 •

Changelog

Source

2.6.0 (2022-09-05)

Bug Fixes

  • Fix GitHub Actions branch name. (e59126a)

Maintenance

thet
published 2.5.0 •

Changelog

Source

2.5.0 (2022-08-19)

Features

  • Makefile: Add empty bundle-pre target for customization. (0290e61)The empty bundle-pre target is run before the bundle target and can be overwritten in extending projects to add some tasks before bundle generation. This can be used to unlink and reinstall any dependencies before bundle generation.

Maintenance

thet
published 2.4.0 •

Changelog

Source

2.4.0 (2022-08-11)

Features

  • Webpack: Add bundle name and version to the banner. (1058b6d)For this, you have to pass your project's package.json as argument to the webpack config factory. Both values - name and version - are taken from the package.json data.

  • Webpack: Add config export with named parameters. (f7b2471)Add config export along with the default export to support named parameters via parameter destructuring.

Maintenance

  • Upgrade dependencies. (9039642)

  • Webpack: Correct API doc for shared_from_dependencies. (f2b0031)

thet
published 2.3.0 •

Changelog

Source

2.3.0 (2022-07-07)

Features

  • Module Federation: Add a shared parameter for MF config factory. (22e4b5e)The shared parameter allows to directly provide the shared object for the Webpack Module Federation Plugin. It extends generated shared definitions from the dependencies object and will overwrite existing entries.
thet
published 2.2.1 •

Changelog

Source

2.2.1 (2022-07-06)

Maintenance

thet
published 2.2.0 •

Changelog

Source

2.2.0 (2022-06-27)

Bug Fixes

  • Fix missing parentheses in release-zip. (72d435d)

Breaking Changes

  • webpack module federation: Make wepack module federation config factory more explicit. (efd266c)Change signature of the webpack mf config factory to make it simpler, more flexible and more explicit at the cost of having to pass more options.
  • Remove parameters package_json and shared in favor of dependencies.
  • Explicitly pass all dependencies via dependencies, also the base ones from @patternslib/patternslib if wanted.
  • Always explicitly pass the module federation name (e.g. the package.json's package name).

This makes the MF config factory simpler although you probably have to pass more options. You now can easily just add the dependencies you want instead of having always @patternslib/patternslib dependencies added.

Maintenance

  • Add @plone to jest and webpack transform ignores. (678bf09)

  • Remove unnecessary import from webpack.config.js. (6658497)

  • Upgrade dependencies. (e1e423e)

thet
published 2.1.0 •

Changelog

Source

2.1.0 (2022-06-25)

Features

  • Do not build a bundle and a release-zip for @patternslib/dev. (085a019)Still, we have the Makefile targets bundle and release-zip defined in the Makefile, making it possible to let other packages include this Makefile and extend from it while it is fully functioning for @patternslib/dev too.

Maintenance

  • Add jquery and @patternslib/patternslib to devDependencies, so that setup_tests.js does not fail when testing this package. (edae3f7)

  • Also remove eventual @plone/ from bundle name. (7696d7d)

  • Ignore .git directory when watching for changes. (14ff7e9)

  • Make @patternslib/patternslib a peer dependency which must be installed if e.g. the webpack.mf.js Webpack config is used. (987b421)

  • Upgrade dependencies. (7fac8d7)

  • Upgrade dependencies. (c632f09)

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