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

fig-tree-evaluator

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fig-tree-evaluator - npm Package Compare versions

Comparing version 2.1.5 to 2.1.6

3

build/helpers.js

@@ -103,3 +103,4 @@ "use strict";

return Number.isNaN(Number(input)) ? input : Number(input);
const numberMatch = input.match(/(-?(\d+\.\d+))|(-?((?<!\.)\.\d+))|(-?\d+)/gm);
const pattern = new RegExp(/-?\d*\.?\d+/gm);
const numberMatch = input.match(pattern);
if (!numberMatch)

@@ -106,0 +107,0 @@ return 0;

{
"name": "fig-tree-evaluator",
"version": "2.1.5",
"version": "2.1.6",
"description": "Module to evaluate JSON-structured expression trees",

@@ -5,0 +5,0 @@ "main": "build/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