Socket
Socket
Sign inDemoInstall

stimulus

Package Overview
Dependencies
4
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

webpack-helpers.d.ts

4

dist/stimulus.umd.js
/*
Stimulus 1.1.0
Copyright © 2018 Basecamp, LLC
Stimulus 1.1.1
Copyright © 2019 Basecamp, LLC
*/

@@ -5,0 +5,0 @@ (function(global, factory) {

export * from "@stimulus/core"
export * from "@stimulus/webpack-helpers"
{
"name": "stimulus",
"version": "1.1.0",
"version": "1.1.1",
"description": "Stimulus JavaScript framework",

@@ -16,4 +16,4 @@ "repository": "https://github.com/stimulusjs/stimulus",

"dependencies": {
"@stimulus/core": "^1.1.0",
"@stimulus/webpack-helpers": "^1.1.0"
"@stimulus/core": "^1.1.1",
"@stimulus/webpack-helpers": "^1.1.1"
},

@@ -35,3 +35,3 @@ "scripts": {

},
"gitHead": "80d92f5d9b85d101177bb153538bcbdbbb9d1048"
"gitHead": "3b30d61b9c93bd29a6f4ce6ca97428bd01f339bc"
}

@@ -7,3 +7,3 @@ # <img src="assets/logo.svg?sanitize=true" width="24" height="24" alt="Stimulus"> Stimulus

How does it work? Sprinkle your HTML with magic controller, target, and action attributes:
How does it work? Sprinkle your HTML with controller, target, and action attributes:

@@ -36,5 +36,5 @@ ```html

Stimulus continuously watches the page, kicking in as soon as magic attributes appear or disappear. It works with any update to the DOM, regardless of whether it comes from a full page load, a Turbolinks page change, or an Ajax request. Stimulus manages the whole lifecycle.
Stimulus continuously watches the page, kicking in as soon as attributes appear or disappear. It works with any update to the DOM, regardless of whether it comes from a full page load, a Turbolinks page change, or an Ajax request. Stimulus manages the whole lifecycle.
You can write your first controller in five minutes by following along in [The Stimulus Handbook](https://stimulusjs.org/handbook/introduction).
You can write your first controller in five minutes by following along in the [Stimulus Handbook](https://stimulusjs.org/handbook/introduction).

@@ -53,3 +53,3 @@ You can read more about why we created this new framework in [The Origin of Stimulus](https://stimulusjs.org/handbook/origin).

Stimulus is [MIT-licensed](LICENSE.md) open source software from [Basecamp](https://basecamp.com/), the creators of [Ruby on Rails](http://rubyonrails.org).
Looking for the docs? Once you've read through the Handbook, consult the [Stimulus Reference](https://stimulusjs.org/reference/controllers) for API details.

@@ -60,6 +60,12 @@ Have a question about Stimulus? Connect with other Stimulus developers on the [Stimulus Discourse](https://discourse.stimulusjs.org/) community forum.

We expect all Stimulus contributors to abide by the terms of our [Code of Conduct](CONDUCT.md).
We expect all Stimulus contributors to abide by the terms of our [Code of Conduct](CODE_OF_CONDUCT.md).
## Acknowledgments
Stimulus is [MIT-licensed](LICENSE.md) open-source software from [Basecamp](https://basecamp.com/), the creators of [Ruby on Rails](http://rubyonrails.org).
Continuous integration is generously provided by open-source grants from [CircleCI](https://circleci.com), [Sauce Labs](https://saucelabs.com/open-source), and [Travis CI](https://travis-ci.com).
---
© 2018 Basecamp, LLC.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc