New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

randomhexcode

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

randomhexcode - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-1
package.json
{
"name": "randomhexcode",
"version": "1.0.0",
"version": "1.0.1",
"description": "A tiny package that will return a random hex code.",

@@ -5,0 +5,0 @@ "main": "randomHex.js",

@@ -1,8 +0,8 @@

# Random-Hex
# Random Hex Code
Returns a random HEX value
## Usage
npm i randomhexcode
npm install randomhexcode
var randomhexcode = require(randomhexcode.js)
var randomhexcode = require(randomhexcode)

@@ -9,0 +9,0 @@ var hex = randomhexcode()