stimulus-use
Advanced tools
Comparing version 0.50.0-1 to 0.50.0-2
/* | ||
Stimulus-Use 0.50.0-0 | ||
Stimulus-Use 0.50.0-1 | ||
*/ | ||
@@ -4,0 +4,0 @@ import { Controller } from '@hotwired/stimulus'; |
/* | ||
Stimulus-Use 0.50.0-0 | ||
Stimulus-Use 0.50.0-1 | ||
*/ | ||
@@ -7,3 +7,3 @@ (function (global, factory) { | ||
typeof define === 'function' && define.amd ? define(['exports', '@hotwired/stimulus', 'hotkeys-js'], factory) : | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.StimulusUse = {}, global.Stimulus, global.Hotkeys)); | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.StimulusUse = {}, global.Stimulus, global.hotkeys)); | ||
})(this, (function (exports, stimulus, hotkeys) { 'use strict'; | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "stimulus-use", | ||
"version": "0.50.0-1", | ||
"version": "0.50.0-2", | ||
"description": "A collection of standard controllers and utilities for Stimulus", | ||
@@ -36,2 +36,3 @@ "sideEffects": false, | ||
"@babel/preset-modules": "^0.1.4", | ||
"@hotwired/stimulus": ">=3", | ||
"@hotwired/stimulus-webpack-helpers": "^1.0.1", | ||
@@ -87,8 +88,9 @@ "@rollup/plugin-node-resolve": "^13.0.5", | ||
}, | ||
"peerDependencies": {}, | ||
"peerDependencies": { | ||
"@hotwired/stimulus": ">=3", | ||
"stimulus": ">=3" | ||
}, | ||
"dependencies": { | ||
"@hotwired/stimulus": "^3.0.0", | ||
"hotkeys-js": ">=3", | ||
"stimulus": ">=3" | ||
"hotkeys-js": ">=3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
326921
0
50
- Removed@hotwired/stimulus@^3.0.0
- Removedstimulus@>=3