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

leet

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leet - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

2

leet.js

@@ -99,3 +99,3 @@ #!/usr/bin/env node

if (/(^|\/)leet\.js$/.test(process.argv[1])) {
if (/(^|\/)leet(\.js)?$/.test(process.argv[1])) {
if (undefined !== process.argv[2]) {

@@ -102,0 +102,0 @@ console.log(leet.output(process.argv[2]));

{
"name": "leet",
"version": "1.2.6",
"version": "1.2.7",
"description": "Convert boring text to 1337 text",
"main": "./leet.js",
"main": "leet.js",
"prefer_global": true,

@@ -11,3 +11,3 @@ "bin": {

"scripts": {
"test": "./leet.js"
"test": "leet"
},

@@ -14,0 +14,0 @@ "repository": {

@@ -23,3 +23,3 @@ # leet.js

Add -g to install globally.
Add '-g' to install globally.

@@ -26,0 +26,0 @@ If you don't have npm, you can download and install it with this line:

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