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

spidf

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spidf - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

package.json
{
"name": "spidf",
"main": "src/interpreter.js",
"version": "1.1.0",
"version": "1.2.0",
"bin": {

@@ -6,0 +6,0 @@ "spidf": "src/bin/cli.js"

@@ -9,5 +9,5 @@ #!/usr/bin/env node

console.log(`
USAGE: path/to/this/program [FILE] [DEBUGMODE=false] [MEMORYOUTFILE]
USAGE: npx spidf [FILE] [DEBUGMODE=false] [MEMORYOUTFILE]
EXAMPLE: ./index.js main.bf true
EXAMPLE: npx spidf main.bf false out.txt
`);

@@ -14,0 +14,0 @@ process.exit();

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