Socket
Socket
Sign inDemoInstall

@stimulus/mutation-observers

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stimulus/mutation-observers - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

10

package.json
{
"name": "@stimulus/mutation-observers",
"version": "1.1.0",
"version": "1.1.1",
"description": "Practical wrappers around DOM MutationObserver",

@@ -15,6 +15,6 @@ "repository": "https://github.com/stimulusjs/stimulus",

"dependencies": {
"@stimulus/multimap": "^1.1.0"
"@stimulus/multimap": "^1.1.1"
},
"devDependencies": {
"@stimulus/test": "^1.1.0"
"@stimulus/test": "^1.1.1"
},

@@ -31,6 +31,6 @@ "files": [

"lint": "tslint -p . -c ../../../config/tslint.json",
"build": "tsc",
"build": "{ [ ! -r dist ] || { find src index.ts -newer dist | grep .; }>/dev/null; } && { tsc && touch dist; } || true",
"watch": "tsc --watch"
},
"gitHead": "80d92f5d9b85d101177bb153538bcbdbbb9d1048"
"gitHead": "3b30d61b9c93bd29a6f4ce6ca97428bd01f339bc"
}
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