Socket
Socket
Sign inDemoInstall

@emartech/data-aggregator-language

Package Overview
Dependencies
Maintainers
78
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emartech/data-aggregator-language - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

package.json

@@ -29,3 +29,3 @@ {

},
"version": "1.4.0"
"version": "1.4.1"
}

@@ -10,7 +10,7 @@ 'use strict';

const CalculatorLexer = new Lexer(allTokens);
const parser = new AggregatorParser([]);
const AggregatorInterpreter = interpreterFactory(parser);
module.exports = (input) => (text) => {
const CalculatorLexer = new Lexer(allTokens);
const parser = new AggregatorParser([]);
const AggregatorInterpreter = interpreterFactory(parser);
const interpreter = new AggregatorInterpreter(Period.create(input));

@@ -17,0 +17,0 @@ const lexResult = CalculatorLexer.tokenize(text);

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