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

algo-lang

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

algo-lang - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

8

build/algo-lang.js

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

if (~process.argv.indexOf('--version')) {
console.log();
console.log(' ---', process.argv[1], '-> v' + require('../package.json').version);
console.log(' Provided to you by Quentin Raynaud ;-)');
console.log();
process.exit(0);
}
const p = new _parser.Parser();

@@ -16,0 +24,0 @@ const pretty = process.argv.indexOf('--pretty-print');

2

package.json
{
"name": "algo-lang",
"version": "1.2.0",
"version": "1.2.1",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=8"

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