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

@codewars/lambda-calculus

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codewars/lambda-calculus - npm Package Compare versions

Comparing version 1.0.0-rc.4 to 1.0.0-rc.5

2

package.json
{
"name": "@codewars/lambda-calculus",
"type": "module",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"description": "Lambda Calculus evaluator for Codewars",

@@ -6,0 +6,0 @@ "main": "src/lambda-calculus.js",

@@ -150,5 +150,5 @@ /*

else
return numEncoding.toInt(term); // Custom encoding
return config.numEncoding.toInt(term); // Custom encoding
} catch (e) {
if ( config.verbosity >= "Concise" ) console.error(`toInt: ${ term } is not a number in numEncoding ${ numEncoding }`);
if ( config.verbosity >= "Concise" ) console.error(`toInt: ${ term } is not a number in numEncoding ${ config.numEncoding }`);
throw e;

@@ -155,0 +155,0 @@ }

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