Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

is-dom-node

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-dom-node - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

CHANGELOG.md
# Change Log
## [1.0.1] - 2018-01-06
### Fixed
* Fixed incorrect release url in changelog.
* Fixed readme formatting.
## [1.0.0] - 2018-01-06

@@ -7,2 +14,3 @@

[1.0.0]: https://github.com/jlmakes/tealight/tree/1.0.0
[0.1.1]: https://github.com/jlmakes/is-dom-node/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/jlmakes/is-dom-node/tree/1.0.0

2

dist/is-dom-node.es.js

@@ -1,2 +0,2 @@

/*! @license is-dom-node v1.0.0
/*! @license is-dom-node v1.0.1

@@ -3,0 +3,0 @@ Copyright 2018 Fisssion LLC.

@@ -1,2 +0,2 @@

/*! @license is-dom-node v1.0.0
/*! @license is-dom-node v1.0.1

@@ -3,0 +3,0 @@ Copyright 2018 Fisssion LLC.

@@ -1,2 +0,2 @@

/*! @license is-dom-node v1.0.0 (MIT) Copyright 2018 Fisssion LLC. */
/*! @license is-dom-node v1.0.1 (MIT) Copyright 2018 Fisssion LLC. */
var isDomNode=function(){"use strict";return function(e){return"object"==typeof window.Node?e instanceof window.Node:null!==e&&"object"==typeof e&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName}}();
{
"name": "is-dom-node",
"version": "1.0.0",
"version": "1.0.1",
"description": "ES2015 module for type checking DOM Nodes",

@@ -5,0 +5,0 @@ "main": "dist/is-dom-node.js",

@@ -1,14 +0,6 @@

<a href="https://travis-ci.org/jlmakes/is-dom-node">
<img src="https://img.shields.io/travis/jlmakes/is-dom-node.svg" alt="Build status">
</a>
<a href="https://coveralls.io/github/jlmakes/is-dom-node">
<img src="https://img.shields.io/coveralls/jlmakes/is-dom-node.svg" alt="Coverage">
</a>
<a href="https://www.npmjs.com/package/is-dom-node">
<img src="https://img.shields.io/npm/v/is-dom-node.svg" alt="Version">
</a>
<a href="https://travis-ci.org/jlmakes/is-dom-node"> <img src="https://img.shields.io/travis/jlmakes/is-dom-node.svg" alt="Build status"> </a>
<a href="https://coveralls.io/github/jlmakes/is-dom-node"> <img src="https://img.shields.io/coveralls/jlmakes/is-dom-node.svg" alt="Coverage"> </a>
<a href="https://www.npmjs.com/package/is-dom-node"> <img src="https://img.shields.io/npm/v/is-dom-node.svg" alt="Version"> </a>
<img src="https://img.shields.io/badge/min+gzip-0.2KB-blue.svg" alt="0.2KB min+gzip">
<a href="https://github.com/jlmakes/is-dom-node/blob/master/LICENSE">
<img src="https://img.shields.io/badge/license-MIT-1283c3.svg" alt="MIT License">
</a>
<a href="https://github.com/jlmakes/is-dom-node/blob/master/LICENSE"> <img src="https://img.shields.io/badge/license-MIT-1283c3.svg" alt="MIT License"> </a>

@@ -15,0 +7,0 @@ # Installation

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