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

brainless

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brainless - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

bin/brainfuck.js

@@ -14,8 +14,8 @@ #!/usr/bin/env node

.on ("argument", function (argv, argument, ignore){
if (argv.file) this.fail ("Too many arguments");
if (argv.file) this.fail ("Too many arguments.");
argv.file = argument;
ignore ();
})
.on ("end", function (argv, printHelp, printUsage, printVersion, fail){
if (!argv.file) fail ("An input file is required");
.on ("end", function (argv, fns){
if (!argv.file) fns.fail ("An input file is required.");
})

@@ -22,0 +22,0 @@ .body ()

{
"name": "brainless",
"version": "0.0.3",
"version": "0.0.4",
"description": "Interpreter for the Brainfuck esoteric language",

@@ -5,0 +5,0 @@ "keywords": ["brainfuck", "interpreter"],

@@ -8,3 +8,3 @@ brainfuck

Version: 0.0.3
[![NPM version](https://badge.fury.io/js/brainless.png)](http://badge.fury.io/js/brainless "Fury Version Badge")

@@ -11,0 +11,0 @@ [Wikipedia page](http://en.wikipedia.org/wiki/Brainfuck).

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