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

ultrax

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ultrax - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "ultrax",
"version": "1.1.2",
"version": "1.1.3",
"description": "This package is used to make stuff easier by using simple functions, its not fully released yet!",

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

@@ -33,2 +33,3 @@ # ℹ️ About

- [**passGen**](https://www.npmjs.com/package/ultrax#passGen) - Function to create passwords made by words and numbers randomly with specified length
- [**bin**](https://www.npmjs.com/package/ultrax#bin) - This is a way to bin a code.

@@ -80,3 +81,3 @@ ----

const ultrax = require('ultrax')
if (!args.join(' ')) return message.channel.send('What do you wnat to bin?');
if (!args.join(' ')) return message.channel.send('What do you want to bin?');
else {

@@ -83,0 +84,0 @@ const bin = await ultrax.bin(args.join(' '));

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