Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0.7 to 1.0.8

2

build/ast/algorithm.js

@@ -46,3 +46,3 @@ 'use strict';

const nbArgs = paramsDecls.reduce((acc, v) => acc + v.names.length, 0);
if (nbArgs !== args.length) throw new _error.JungleError('la routine ' + this.name + ' prend ' + nbArgs + ' paramètre mais ' + routine.args.length + ' paramètres ont été fournis');
if (nbArgs !== args.length) throw new _error.JungleError('la routine ' + this.name + ' prend ' + nbArgs + ' paramètres mais ' + args.length + ' paramètres ont été fournis');

@@ -49,0 +49,0 @@ this.getOverVariables(paramsDecls, (variables, name, index) => {

@@ -42,3 +42,3 @@ import {Ast} from './base.js'

if (nbArgs !== args.length)
throw new JungleError('la routine ' + this.name + ' prend ' + nbArgs + ' paramètre mais ' + routine.args.length +
throw new JungleError('la routine ' + this.name + ' prend ' + nbArgs + ' paramètres mais ' + args.length +
' paramètres ont été fournis')

@@ -45,0 +45,0 @@

{
"name": "algo-lang",
"version": "1.0.7",
"version": "1.0.8",
"description": "Algorithmic language interpreter (in French only for now)",

@@ -5,0 +5,0 @@ "homepage": "https://bitbucket.org/lsystems/algo-lang/overview",

Sorry, the diff of this file is not supported yet

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