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.14 to 1.0.15

2

build/ast/algorithm.js

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

if (this.type && !this.returnValue) throw new _error.JungleError('retourne n\'a pas été appelé durant l\'exécution de la routine ' + this.name);
if (this.type && this.type.name !== '<no value>' && !this.returnValue) throw new _error.JungleError('retourne n\'a pas été appelé durant l\'exécution de la routine ' + this.name);

@@ -69,0 +69,0 @@ const res = this.returnValue;

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

if (this.type && !this.returnValue)
if (this.type && this.type.name !== '<no value>' && !this.returnValue)
throw new JungleError('retourne n\'a pas été appelé durant l\'exécution de la routine ' + this.name)

@@ -74,0 +74,0 @@

{
"name": "algo-lang",
"version": "1.0.14",
"version": "1.0.15",
"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