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 2.2.3 to 3.0.0

2

consumer.js

@@ -1,2 +0,2 @@

import { createConsumer } from 'actioncable'
import { createConsumer } from '@rails/actioncable'

@@ -3,0 +3,0 @@ function isConsumer (object) {

{
"name": "stimulus_reflex",
"author": "Nathan Hopkins",
"license": "MIT",
"version": "2.2.3",
"main": "./stimulus_reflex.js",
"version": "3.0.0",
"description": "Build reactive applications with the Rails tooling you already know and love.",
"keywords": [
"ruby",
"rails",
"websockets",
"actioncable",
"turbolinks",
"reactive",
"cable",
"ujs",
"ssr",
"stimulus",
"reflex",
"stimulus_reflex"
],
"homepage": "https://docs.stimulusreflex.com/",
"bugs": {
"url": "https://github.com/hopsoft/stimulus_reflex/issues"
},
"repository": {

@@ -11,11 +27,14 @@ "type": "git",

},
"license": "MIT",
"author": "Nathan Hopkins <natehop@gmail.com>",
"main": "./stimulus_reflex.js",
"scripts": {
"test": "yarn run mocha --require @babel/register",
"postinstall": "node scripts/post_install.js",
"prettier-standard:check": "yarn run prettier-standard --check ./**/*.js",
"prettier-standard:format": "yarn run prettier-standard ./**/*.js",
"postinstall": "node scripts/post_install.js"
"test": "yarn run mocha --require @babel/register"
},
"dependencies": {
"actioncable": ">= 5.2",
"cable_ready": ">= 4.0",
"@rails/actioncable": ">= 6.0",
"cable_ready": ">= 4.1",
"inflected": ">= 2.0",

@@ -22,0 +41,0 @@ "stimulus": ">= 1.1"

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