Socket
Socket
Sign inDemoInstall

is-hexadecimal

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

18

package.json
{
"name": "is-hexadecimal",
"version": "1.0.3",
"version": "1.0.4",
"description": "Check if a character is hexadecimal",

@@ -15,2 +15,6 @@ "license": "MIT",

"bugs": "https://github.com/wooorm/is-hexadecimal/issues",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",

@@ -26,9 +30,9 @@ "contributors": [

"browserify": "^16.0.0",
"nyc": "^14.0.0",
"prettier": "^1.12.1",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"nyc": "^15.0.0",
"prettier": "^1.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"tinyify": "^2.5.0",
"xo": "^0.24.0"
"tinyify": "^2.0.0",
"xo": "^0.25.0"
},

@@ -35,0 +39,0 @@ "scripts": {

@@ -10,13 +10,13 @@ # is-hexadecimal

## Installation
## Install
[npm][]:
```bash
```sh
npm install is-hexadecimal
```
## Usage
## Use
```javascript
```js
var hexadecimal = require('is-hexadecimal')

@@ -34,4 +34,4 @@

Check whether the given character code (`number`), or the character
code at the first position (`string`), is hexadecimal.
Check whether the given character code (`number`), or the character code at the
first position (`string`), is hexadecimal.

@@ -38,0 +38,0 @@ ## Related

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc