New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

peach-lang

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

peach-lang - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

6

bin/peach.js

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

const pathArg = process.argv[2];
if (pathArg == null) {
console.error(`Usage: peach path/to/script.peach`);
process.exit(1);
}
const scriptPath = path.resolve(process.argv[2]);

@@ -29,0 +35,0 @@ const status = run(scriptPath);

2

package.json
{
"name": "peach-lang",
"version": "0.2.2",
"version": "0.2.3",
"description": "A tiny functional language",

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

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