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

stimulus_reflex

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stimulus_reflex - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.prettierrc.yml

6

package.json
{
"name": "stimulus_reflex",
"version": "1.0.1",
"version": "1.0.2",
"main": "./stimulus_reflex.js",

@@ -12,5 +12,5 @@ "repository": {

"dependencies": {
"actioncable": "^5.2.3",
"cable_ready": "^4.0.2"
"actioncable": ">= 5.2",
"cable_ready": ">= 4.0.3"
}
}

@@ -6,4 +6,3 @@ import ActionCable from 'actioncable';

app.StimulusReflex = app.StimulusReflex || {};
app.StimulusReflex.consumer =
app.StimulusReflex.consumer || ActionCable.createConsumer();
app.StimulusReflex.consumer = app.StimulusReflex.consumer || ActionCable.createConsumer();
app.StimulusReflex.subscriptions = app.StimulusReflex.subscriptions || {};

@@ -10,0 +9,0 @@

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