Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stimulus-use

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stimulus-use - npm Package Compare versions

Comparing version 0.50.0-1 to 0.50.0-2

2

dist/index.js
/*
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"
}
}
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