Socket
Socket
Sign inDemoInstall

ts-expression-evaluator

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

ts-expression-evaluator - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

2

build/main/lib/Handlers.d.ts

@@ -1,2 +0,2 @@

import * as t from './t';
import * as t from '@babel/types';
export declare type HandlerTypes = 'BinaryExpression' | 'NumericLiteral' | 'StringLiteral' | 'BooleanLiteral' | 'ArrayExpression' | 'NullLiteral' | 'Identifier' | 'CallExpression' | 'MemberExpression';

@@ -3,0 +3,0 @@ export declare type Context = {

@@ -10,3 +10,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var t = __importStar(require("./t"));
var t = __importStar(require("@babel/types"));
var Evaluator_1 = require("./Evaluator");

@@ -13,0 +13,0 @@ var functions_1 = require("./functions");

@@ -1,2 +0,2 @@

import * as t from './t';
import * as t from '@babel/types';
export declare type HandlerTypes = 'BinaryExpression' | 'NumericLiteral' | 'StringLiteral' | 'BooleanLiteral' | 'ArrayExpression' | 'NullLiteral' | 'Identifier' | 'CallExpression' | 'MemberExpression';

@@ -3,0 +3,0 @@ export declare type Context = {

@@ -1,2 +0,2 @@

import * as t from './t';
import * as t from '@babel/types';
import { evaluate } from './Evaluator';

@@ -3,0 +3,0 @@ import { getFunction } from './functions';

{
"name": "ts-expression-evaluator",
"version": "1.2.5",
"version": "1.2.6",
"description": "Context-based expression parse and evaluator.",

@@ -58,3 +58,4 @@ "main": "build/main/index.js",

"dependencies": {
"@babel/parser": "^7.0.0"
"@babel/parser": "^7.0.0",
"@babel/types": "^7.0.0"
},

@@ -61,0 +62,0 @@ "devDependencies": {

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