Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "is-dom", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Check if the given object is a dom node", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,6 +11,6 @@ # is-dom | ||
```bash | ||
$ npm i --save is-dom | ||
npm install is-dom | ||
``` | ||
## Overview | ||
## Usage | ||
```js | ||
@@ -17,0 +17,0 @@ var isDom = require('is-dom'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3135