New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-on-rails

Package Overview
Dependencies
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-on-rails - npm Package Compare versions

Comparing version 9.0.0-beta.8 to 9.0.0-beta.9

23

CHANGELOG.md

@@ -21,3 +21,3 @@ # Change Log

gem "webpacker", git: "https://github.com/shakacode/webpacker.git",
branch: "issue-464-merge-webpacker-lite-into-webpacker-v2"
branch: "issue-464-merge-webpacker-lite-into-webpacker-v3"
```

@@ -58,2 +58,6 @@

- Find your `webpacker_lite.yml` and rename it to `webpacker.yml`
- Add a default setting
```
custom_compile: true
```
- Add a section like this under your development env:

@@ -80,7 +84,4 @@ ```

#### Troubleshooting
If you want to skip using the dev server (as is current for beta.3 and below), then be sure to either
set WEBPACKER_DEV_SERVER=FALSE or comment out the dev_server section of your `config/webpacker.yml` file.
Otherwise, you'll get an error that the bundle can't be found, because your Rails server thinks you are
deploying assets using the webpack-dev-server.
* Be sure to

@@ -91,2 +92,9 @@

### [9.0.0-beta.9]
- Fixes precompile task going to Webpacker's. You need to set `custom_compile: true` in your `webpacker.yml`.
- Changed webpack-bundle.js name to hello-world-bundle.js
- Update for latest from rails/webpacker
gem "webpacker", git: "https://github.com/shakacode/webpacker.git",
branch: "issue-464-merge-webpacker-lite-into-webpacker-v3"
### [9.0.0-beta.8]

@@ -736,3 +744,4 @@ - bugfix for server rendering

[Unreleased]: https://github.com/shakacode/react_on_rails/compare/rails-webpacker...9.0.0-beta.8
[9.0.0]: https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.8...master
[9.0.0]: https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.9...master
[9.0.0-beta.9]: https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.9...9.0.0-beta.8
[9.0.0-beta.8]: https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.8...9.0.0-beta.7

@@ -739,0 +748,0 @@ [9.0.0-beta.7]: https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.7...9.0.0-beta.6

{
"name": "react-on-rails",
"version": "9.0.0-beta.8",
"version": "9.0.0-beta.9",
"description": "react-on-rails JavaScript for react_on_rails Ruby gem",

@@ -5,0 +5,0 @@ "main": "node_package/lib/ReactOnRails.js",

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