Socket
Socket
Sign inDemoInstall

@stimulus/mutation-observers

Package Overview
Dependencies
1
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0-beta.1

dist/index.d.ts

23

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

@@ -11,14 +11,25 @@ "repository": "https://github.com/stimulusjs/stimulus",

],
"main": "dist/module/index.js",
"types": "dist/types/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@stimulus/multimap": "^0.9.0"
"@stimulus/multimap": "^1.1.0-beta.1"
},
"devDependencies": {
"@stimulus/test": "^1.1.0-beta.1"
},
"files": [
"dist"
"dist/index*",
"dist/src"
],
"publishConfig": {
"access": "public"
}
},
"scripts": {
"clean": "rimraf dist",
"lint": "tslint -p . -c ../../../config/tslint.json",
"build": "tsc",
"watch": "tsc --watch"
},
"gitHead": "5869611e3e70f054ce21d12be83e2866382441c9"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc