stimulus_reflex
Advanced tools
Comparing version 2.2.3 to 3.0.0
@@ -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" |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
23874
0
0
+ Added@rails/actioncable@>= 6.0
+ Added@rails/actioncable@8.0.100(transitive)
- Removedactioncable@>= 5.2
- Removedactioncable@5.2.8(transitive)
Updatedcable_ready@>= 4.1