Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hot-formula-parser

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hot-formula-parser - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

3

package.json
{
"name": "hot-formula-parser",
"version": "1.0.5",
"version": "1.0.6",
"description": "Formula parser",

@@ -80,5 +80,4 @@ "main": "dist/formula-parser.js",

"formulajs": "github:handsontable/formula.js",
"mixin": "^0.2.0",
"tiny-emitter": "^1.0.2"
}
}
import Emitter from 'tiny-emitter';
import evaluateByOperator from './evaluate-by-operator/evaluate-by-operator';
import mixin from 'mixin';
import {Parser as GrammarParser} from './grammar-parser/grammar-parser';

@@ -17,4 +16,5 @@ import {trimEdges} from './helper/string';

*/
class Parser {
class Parser extends Emitter {
constructor() {
super();
this.parser = new GrammarParser();

@@ -167,4 +167,2 @@ this.parser.yy = {

Parser = mixin(Parser, Emitter);
export {Parser};

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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