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 0.3.5 to 0.3.6

6

package.json
{
"name": "stimulus_reflex",
"version": "0.3.5",
"version": "0.3.6",
"main": "./src/index.js",

@@ -11,6 +11,2 @@ "repository": {

"license": "MIT",
"devDependencies": {
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
},
"dependencies": {

@@ -17,0 +13,0 @@ "actioncable": "^5.2.3",

4

src/index.js

@@ -8,5 +8,5 @@ import { Controller } from 'stimulus';

CableReady.App = ActionCable.createConsumer();
CableReady.App = {};
CableReady.App.cable = ActionCable.createConsumer();
CableReady.App.subscription = App.cable.subscriptions.create(
CableReady.App.subscription = CableReady.App.cable.subscriptions.create(
'StimulusReflex::Channel',

@@ -13,0 +13,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