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

@patternslib/dev

Package Overview
Dependencies
Maintainers
7
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

1345

3.3.3

Diff

Changelog

Source

3.3.3 (2023-05-28)

Bug Fixes

  • Add pre-built bundles to the npm distribution again. (c85dbdc)

    This was lost in a previous Makefile update. Now you can again reference jsdelivr and and unpkg to include bundles.

  • Change optional chaining babel plugin name. (e57793a)

Maintenance

  • Remove dependency on semver which is not needed since the recent Makefile improvements. (1dd1c3a)

  • Upgrade dependencies. (6d052b7)

thet
published 3.3.2 •

Changelog

Source

3.3.2 (2023-05-11)

Maintenance

thet
published 3.3.1 •

Changelog

Source

3.3.1 (2023-04-21)

Maintenance

thet
published 3.3.0 •

Changelog

Source

3.3.0 (2023-04-17)

Bug Fixes

  • Simplify release make commands. (49077d2)

    Change the prerelease commands back to pre-3.2.0 names. This was necessary because the previous change did create for each command a new increment, which was not what we wanted. Instead the Makefile is now restructured:

  • First the npm release is done and the package.json written with the correct version. If no increment is given (in case of the prerelease targets) an interactive prompt asks the user to define one.
  • Second the GitHub release is done. It's no more necessary to guess the next version before the npm version was done. Instead we now rely on release-it choosing it for us. Now we do have again the "prerelease-alpha" and "prerelease-beta" Makefile targets.
thet
published 3.2.0 •

Changelog

Source

3.2.0 (2023-04-17)

Features

  • Change prerelease commands to prerelease-INCREMENT-PREID (6b488e1)

    Change the prerelease commands to define the increment level. Instead of "prerelease-alpha" there are now "prerelease-major-alpha", "prerelease-minor-alpha" and "prerelease-patch-alpha". Instead of "prerelease-beta" there are now "prerelease-major-beta", "prerelease-minor-beta" and "prerelease-patch-beta". This fixes a problem where the first prerelease for major or minor increments got only a patch-level increment.

Maintenance

thet
published 3.1.13 •

Changelog

Source

3.1.13 (2023-04-17)

Bug Fixes

  • Improve the release-it commit template to include a newline between each commit and add any commit references to the end. (1603d0b)

  • Improve the release-it commit template to include a newline between header and body text. (14ace2b)

  • Include all changes since last regular release only in GitHub releases. (ec86755)

    When doing regular releases include all the changes since the last regular release - including changes from pre-releases in the release notes on GitHub, but not in the CHANGES.md file. In the CHANGES.md file every change can be seen at once. Including all the changes since the previous regular release is useful for the GitHub release page only.

Maintenance

thet
published 3.1.12 •

Changelog

Source

3.1.12 (2023-04-03)

Maintenance

thet
published 3.1.11 •

Changelog

Source

3.1.11 (2023-03-09)

Maintenance

thet
published 3.1.10 •

Changelog

Source

3.1.10 (2023-02-14)

Maintenance

  • Upgrade dependencies. (4aad9c8)

  • When doing a final release, set tagExclude to ignore pre-releases when finding the last release. This should include all changelog entrief from the pre-releases. (4abf750)

thet
published 3.1.9 •

Changelog

Source

3.1.9 (2023-01-25)

Maintenance

  • enable source maps for development again. (fdf8a86)

  • Upgrade dependencies. (feb26ce)

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