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

hot-formula-parser

Package Overview
Dependencies
Maintainers
3
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 3.0.0 to 3.0.1

28

es/grammar-parser/grammar-parser.js

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

/* parser generated by jison 0.4.17 */
/* parser generated by jison 0.4.18 */
/*

@@ -255,11 +255,4 @@ Returns a Parser object of the following structure:

var result = [];
var arr = eval("[" + yytext + "]");
this.$ = yy.trimEdges(yytext).split(',');
arr.forEach(function (item) {
result.push(item);
});
this.$ = result;
break;

@@ -306,10 +299,5 @@ case 40:case 41:

} else {
var _parseError = function _parseError(msg, hash) {
this.message = msg;
this.hash = hash;
};
_parseError.prototype = Error;
throw new _parseError(str, hash);
var error = new Error(str);
error.hash = hash;
throw error;
}

@@ -370,3 +358,3 @@ },

var lex = function lex() {
_token_stack: var lex = function lex() {
var token;

@@ -407,2 +395,3 @@ token = lexer.lex() || EOF;

_handle_error:
// handle parse error

@@ -1018,5 +1007,2 @@ if (typeof action === 'undefined' || !action.length || !action[0]) {

};
if (typeof module !== 'undefined' && require.main === module) {
exports.main(process.argv.slice(1));
}
}
"use strict";
/* parser generated by jison 0.4.17 */
/* parser generated by jison 0.4.18 */
/*

@@ -257,11 +257,4 @@ Returns a Parser object of the following structure:

var result = [];
var arr = eval("[" + yytext + "]");
this.$ = yy.trimEdges(yytext).split(',');
arr.forEach(function (item) {
result.push(item);
});
this.$ = result;
break;

@@ -308,10 +301,5 @@ case 40:case 41:

} else {
var _parseError = function _parseError(msg, hash) {
this.message = msg;
this.hash = hash;
};
_parseError.prototype = Error;
throw new _parseError(str, hash);
var error = new Error(str);
error.hash = hash;
throw error;
}

@@ -372,3 +360,3 @@ },

var lex = function lex() {
_token_stack: var lex = function lex() {
var token;

@@ -409,2 +397,3 @@ token = lexer.lex() || EOF;

_handle_error:
// handle parse error

@@ -1020,5 +1009,2 @@ if (typeof action === 'undefined' || !action.length || !action[0]) {

};
if (typeof module !== 'undefined' && require.main === module) {
exports.main(process.argv.slice(1));
}
}
{
"name": "hot-formula-parser",
"version": "3.0.0",
"version": "3.0.1",
"description": "Formula parser",

@@ -22,3 +22,3 @@ "browser": "dist/formula-parser.js",

"release": "generate-release",
"prepublish": "npm run clean && npm run check && npm run build && check-es3-syntax lib/ dist/ --kill --print"
"prepublish": "npm run clean && npm run check && npm run build"
},

@@ -47,3 +47,3 @@ "repository": {

"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-loader": "^7.1.5",
"babel-plugin-check-es2015-constants": "^6.3.13",

@@ -72,10 +72,10 @@ "babel-plugin-transform-es2015-arrow-functions": "^6.3.13",

"check-es3-syntax-cli": "^0.2.0",
"cross-env": "^5.0.1",
"cross-env": "^5.2.0",
"eslint": "^4.2.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-import": "^2.14.0",
"generate-release": "^0.10.2",
"glob": "^7.1.2",
"jest": "^20.0.4",
"jest-cli": "^21.2.1",
"glob": "^7.1.3",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"jison": "^0.4.17",

@@ -88,3 +88,3 @@ "jscs": "^3.0.7",

"dependencies": {
"@handsontable/formulajs": "^2.0.0",
"@handsontable/formulajs": "^2.0.1",
"tiny-emitter": "^2.0.1"

@@ -91,0 +91,0 @@ },

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

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

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