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

shakapacker

Package Overview
Dependencies
Maintainers
0
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shakapacker - npm Package Versions

1245

7.0.0-rc.0

Diff

shakacode
published 6.6.0 •

Changelog

Source

[v6.6.0] - March 7, 2023

Improved

  • Allow configuration of webpacker.yml through env variable. PR 254 by alecslupu.
shakacode
published 6.5.6 •

Changelog

Source

[v6.5.6] - February 11, 2023

Fixed

  • Fixed failing to update bin/setup file due to different formats of the file in different versions of Rails. PR 229 by ahangarha.

  • Upgrade several JS dependencies to fix security issues. PR 243 by ahangarha.

  • Added prepend_javascript_pack_tag to helpers. Allows to move an entry to the top of queue. Handy when calling from the layout to make sure an entry goes before the view and partial append_javascript_pack_tag entries. PR 235 by paypro-leon.

  • Fixed issue to support directories under node_modules/* in the additional_paths property of webpacker.yml PR 240 by vaukalak.

  • Remove duplicate yarn installs. PR 238 by justin808.

  • Remove unneeded code related to CSP config for generator. PR 223 by ahangarha.

shakacode
published 6.5.5 •

Changelog

Source

[v6.5.5] - December 28, 2022

Improved

shakacode
published 6.5.4 •

Changelog

Source

[v6.5.4] - November 4, 2022

Fixed

  • Fixed regression caused by 6.5.3. PR #192 introduce extra split() call. PR 202 by Eric-Guo.
shakacode
published 6.5.3 •

Changelog

Source

[v6.5.3] - November 1, 2022

Improved

  • Set RAILS_ENV and BUNDLE_GEMFILE env values before requiring bundler/setup, webpacker, and webpacker/webpack_runner. PR 190 by betmenslido.
  • The mini-css-extract-plugin may cause various warnings indicating CSS order conflicts when using a File-System-based automated bundle generation feature. CSS order warnings can be disabled in projects where CSS ordering has been mitigated by consistent use of scoping or naming conventions. Added css_extract_ignore_order_warnings flag to webpacker configuration to disable the order warnings by pulkitkkr in PR 192.
shakacode
published 6.5.2 •

Changelog

Source

[v6.5.2] - September 8, 2022

Upgrade

Remove the setting of the NODE_ENV in your bin/webpacker and bin/webpacker-dev-server files per PR 185.

Fixed

  • Changed NODE_ENV defaults to the following and moved from binstubs to the runner. PR 185 by mage1711.
ENV["NODE_ENV"] ||= (ENV["RAILS_ENV"] == "production") ? "production" : "development"
shakacode
published 6.5.1 •

Changelog

Source

[v6.5.1] - August 15, 2022

Improved

  • Resolve exact npm package version from lockfiles for constraint checking. PR 170 by G-Rath.

Fixed

  • append_javascript_pack_tag and append_stylesheet_pack_tag helpers return nil to prevent rendering the queue into view when using <%= … %> ERB syntax. PR 167 by ur5us. While <%= should not be used, it's OK to return nil in case it's misused.
  • Fixed non-runnable test due to wrong code nesting. PR 173 by ur5us.
  • Fixed default configurations not working for custom Rails environments PR 168 by ur5us.
  • Added accessor method for nested_entries configuration. PR 176 by pulkitkkr.
shakacode
published 6.5.0 •

Changelog

Source

[v6.5.0] - July 4, 2022

Added

  • append_stylesheet_pack_tag helper. It helps in configuring stylesheet pack names from the view for a route or partials. It is also required for filesystem-based automated Component Registry API on React on Rails gem. PR 144 by pulkitkkr.

Improved

shakacode
published 6.4.1 •

Changelog

Source

[v6.4.1] - June 5, 2022

Fixed

  • Restores automatic installation of yarn packages removed in #131, with added deprecation notice. PR 140 by tomdracz.

    This will be again removed in Shakapacker v7 so you need to ensure you are installing yarn packages explicitly before the asset compilation, rather than relying on this behaviour through asset:precompile task (e.g. Capistrano deployment).

  • Disable Spring being used by rails-erb-loader. PR 141 by tomdracz.

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