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.15 to 1.0.16

6

CHANGELOG.md
# AppSignal for stimulus changelog
## 1.0.16
### Fixed
- [4b46410](https://github.com/appsignal/appsignal-javascript/commit/4b46410b4ec41fb97a445aa44768fc7db9d8b4ce) patch - Remove peer dependency warning for Stimulus 3
## 1.0.15

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

4

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

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

"peerDependencies": {
"stimulus": "^1.1.1"
"stimulus": "^1.1 || ^3.2"
},

@@ -31,0 +31,0 @@ "publishConfig": {

@@ -7,4 +7,6 @@ # `@appsignal/stimulus`

The `@appsignal/javascript` integration for Stimulus v1.1+.
The `@appsignal/javascript` integration for Stimulus v1.1+.
See also the [mono repo README](../../README.md) for more information.
## Installation

@@ -34,3 +36,3 @@

const appsignal = new Appsignal({
const appsignal = new Appsignal({
key: "YOUR FRONTEND API KEY"

@@ -49,14 +51,7 @@ })

This repository is a Lerna-managed monorepo, containing packages (located in the `/packages` directory) that map to separate `npm` modules.
Make sure mono is installed and bootstrapped, see the [project README's development section](../../README.md#dev-install) for more information.
To install the dependencies:
You can then run the following to start the compiler in _watch_ mode in this sub directory. This automatically compiles both the ES Module and CommonJS variants:
```bash
yarn install
lerna bootstrap
```
You can then run the following to start the compiler in _watch_ mode. This automatically compiles both the ES Module and CommonJS variants:
```bash
yarn build:watch

@@ -63,0 +58,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