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.17.0 to 0.18.0

postcss.config.js

10

package.json
{
"name": "stimulus-use",
"version": "0.17.0",
"version": "0.18.0",
"description": "A collection of standard controllers and utilities for Stimulus",

@@ -34,5 +34,7 @@ "main": "dist/index.umd.js",

"agadoo": "^2.0.0",
"autoprefixer": "^10.0.4",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"chai-dom": "^1.8.2",
"css-loader": "^5.0.1",
"cypress": "^5.4.0",

@@ -59,2 +61,4 @@ "html2js": "^0.2.0",

"np": "^6.5.0",
"postcss": "^8.1.10",
"postcss-loader": "^4.1.0",
"rimraf": "^3.0.2",

@@ -64,3 +68,5 @@ "sinon": "^9.0.3",

"sourcemap": "^0.1.0",
"stimulus": "^1.1.1",
"stimulus": ">=1.1.1 <3",
"style-loader": "^2.0.0",
"tailwindcss": "^2.0.1",
"ts-loader": "^8.0.3",

@@ -67,0 +73,0 @@ "typescript": "^3.9.7",

11

README.md

@@ -57,3 +57,3 @@ <p align="center">

|[`useResize`](./docs/use-resize.md)|Tracks the element's size and adds a new lifecyle callback **resize**.|`resize`|
|[`useWindowResize`](./docs/use-window-size.md)| Tracks the size of the `window` object and adds a new lifecyle callback **windowResize**.|`windowResize`|
|[`useWindowResize`](./docs/use-window-resize.md)| Tracks the size of the `window` object and adds a new lifecyle callback **windowResize**.|`windowResize`|

@@ -72,3 +72,4 @@ ### Optimization

### Application
| Mixin| Description |
| Mixin | Description |
|------|-------------|
|[`useApplication, ApplicationController`](./docs/application-controller.md)| supercharged controller for your application.|

@@ -145,3 +146,9 @@ |[`useDispatch`](./docs/use-dispatch.md)|Adds a dispatch helper function to emit custom events. Useful to communicate between different controllers.|

<td align="center"><a href="https://github.com/chalkygames123"><img src="https://avatars1.githubusercontent.com/u/5608239?v=4" width="80px;" alt=""/><br /><sub><b>Takuya Fukuju</b></sub></a><br /><a href="https://github.com/stimulus-use/stimulus-use/commits?author=chalkygames123" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/jcoyne"><img src="https://avatars2.githubusercontent.com/u/92044?v=4" width="80px;" alt=""/><br /><sub><b>Justin Coyne</b></sub></a><br /><a href="https://github.com/stimulus-use/stimulus-use/commits?author=jcoyne" title="Documentation">📖</a></td>
<td align="center"><a href="http://www.asgerbehnckejacobsen.dk"><img src="https://avatars3.githubusercontent.com/u/1920077?v=4" width="80px;" alt=""/><br /><sub><b>Asger Behncke Jacobsen</b></sub></a><br /><a href="https://github.com/stimulus-use/stimulus-use/commits?author=asgerb" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/dancallaghan"><img src="https://avatars1.githubusercontent.com/u/1025380?v=4" width="80px;" alt=""/><br /><sub><b>Dan Callaghan</b></sub></a><br /><a href="https://github.com/stimulus-use/stimulus-use/commits?author=dancallaghan" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center"><a href="https://Konnor.site"><img src="https://avatars2.githubusercontent.com/u/26425882?v=4" width="80px;" alt=""/><br /><sub><b>Konnor Rogers</b></sub></a><br /><a href="https://github.com/stimulus-use/stimulus-use/issues?q=author%3AParamagicDev" title="Bug reports">🐛</a></td>
</tr>
</table>

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