New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@appsignal/stimulus

Package Overview
Dependencies
Maintainers
8
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsignal/stimulus - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

6

CHANGELOG.md
# AppSignal for stimulus changelog
## 1.0.17
### Fixed
- [d75ff83](https://github.com/appsignal/appsignal-javascript/commit/d75ff8388b8c48aab0e70a88cdd2050010803460) patch - Remove peer dependency warning for Stimulus 3 when using the `@hotwired/stimulus` package.
## 1.0.16

@@ -4,0 +10,0 @@

13

package.json
{
"name": "@appsignal/stimulus",
"version": "1.0.16",
"version": "1.0.17",
"main": "dist/cjs/index.js",

@@ -28,4 +28,13 @@ "module": "dist/esm/index.js",

"peerDependencies": {
"stimulus": "^1.1 || ^3.2"
"stimulus": "^1.1",
"@hotwired/stimulus": "^3.0"
},
"peerDependenciesMeta": {
"stimulus": {
"optional": true
},
"@hotwired/stimulus": {
"optional": true
}
},
"publishConfig": {

@@ -32,0 +41,0 @@ "access": "public"

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