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

is-html

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-html - npm Package Compare versions

Comparing version 0.2.2 to 1.0.0

10

package.json
{
"name": "is-html",
"version": "0.2.2",
"version": "1.0.0",
"description": "Check if a string is HTML",

@@ -16,4 +16,3 @@ "license": "MIT",

"scripts": {
"test": "mocha",
"browser": "browserify -s $npm_package_name -o browser.js ."
"test": "mocha"
},

@@ -33,8 +32,7 @@ "files": [

"dependencies": {
"html-tags": "^0.3.0"
"html-tags": "^1.0.0"
},
"devDependencies": {
"mocha": "*",
"browserify": "^3.0.0"
"mocha": "*"
}
}

12

readme.md

@@ -8,15 +8,7 @@ # is-html [![Build Status](https://travis-ci.org/sindresorhus/is-html.svg?branch=master)](https://travis-ci.org/sindresorhus/is-html)

```bash
```sh
$ npm install --save is-html
```
```bash
$ bower install --save is-html
```
```bash
$ component install sindresorhus/is-html
```
## Usage

@@ -41,2 +33,2 @@

[MIT](http://opensource.org/licenses/MIT) © [Sindre Sorhus](http://sindresorhus.com)
MIT © [Sindre Sorhus](http://sindresorhus.com)
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