Socket
Socket
Sign inDemoInstall

@rooks/use-mutation-observer

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rooks/use-mutation-observer - npm Package Compare versions

Comparing version 4.0.0-canary.6 to 4.0.0-canary.8

4

package.json

@@ -34,3 +34,3 @@ {

],
"version": "4.0.0-canary.6",
"version": "4.0.0-canary.8",
"_id": "@rooks/use-mutation-observer@",

@@ -43,3 +43,3 @@ "publishConfig": {

},
"gitHead": "7907787ceb60ca33ed37150bc48f3d2e1b831e02"
"gitHead": "63b3168715e289d5963d4be4bda33ab41e87f1f3"
}
# @rooks/use-mutation-observer
### Mutation Observer hook for React.
<br/>
![Build Status](https://github.com/imbhargav5/rooks/workflows/Node%20CI/badge.svg)![](https://img.shields.io/npm/v/@rooks/use-mutation-observer/latest.svg) ![](https://img.shields.io/npm/l/@rooks/use-mutation-observer.svg) ![](https://img.shields.io/npm/dt/@rooks/use-mutation-observer.svg) ![](https://img.shields.io/david/imbhargav5/rooks.svg?path=packages%2Fmutation-observer)
![Build Status](https://github.com/imbhargav5/rooks/workflows/Node%20CI/badge.svg)![](https://img.shields.io/npm/v/@rooks/use-mutation-observer/latest.svg) ![](https://img.shields.io/npm/l/@rooks/use-mutation-observer.svg) ![](https://img.shields.io/npm/dt/@rooks/use-mutation-observer.svg) ![](https://img.shields.io/david/imbhargav5/rooks.svg?path=packages%2Fmutation-observer)
<a href="https://spectrum.chat/rooks"><img src="https://withspectrum.github.io/badge/badge.svg" alt="Join the community on Spectrum"/></a>
### Installation
## About
Mutation Observer hook for React.
<br/>
## Installation
```

@@ -17,3 +18,3 @@ npm install --save @rooks/use-mutation-observer

### Importing the hook
## Importing the hook

@@ -25,3 +26,3 @@ ```javascript

### Usage
## Usage

@@ -28,0 +29,0 @@ ```jsx

{
"extends": "../tsconfig.settings.json",
"extends": "../tsconfig_independent.settings.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"baseUrl": "../../",
"declarationDir": "lib",
"paths": {
"shared/*": ["../shared/*"]
}
"rootDir": "./src",
"outDir": "./lib",
"declarationDir": "./lib"
},
"include": ["node_modules/shared/*.ts"],
"references": [
{
"path": "../shared"
}
]
"references": [{
"path": "../shared"
}]
}
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