@visactor/calculator
Advanced tools
Comparing version 1.2.7 to 1.2.8-alpha.0
{ | ||
"name": "@visactor/calculator", | ||
"version": "1.2.7", | ||
"version": "1.2.8-alpha.0", | ||
"description": "SQL-like query executor with DSL", | ||
@@ -22,6 +22,11 @@ "main": "lib", | ||
"dependencies": { | ||
"ts-pattern": "~4.1.4" | ||
"ts-pattern": "~4.1.4", | ||
"node-sql-parser": "~4.17.0", | ||
"lodash": "4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "4.14.182", | ||
"@types/jest": "^26.0.0", | ||
"@typescript-eslint/eslint-plugin": "5.30.0", | ||
"@typescript-eslint/parser": "5.30.0", | ||
"@types/node": "*", | ||
@@ -35,4 +40,4 @@ "jest": "^26.0.0", | ||
"@internal/ts-config": "0.0.1", | ||
"@internal/bundler": "0.0.1", | ||
"@internal/eslint-config": "0.0.1" | ||
"@internal/eslint-config": "0.0.1", | ||
"@internal/bundler": "0.0.1" | ||
}, | ||
@@ -39,0 +44,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
141901
175
135
3515
3
14
2
+ Addedlodash@4.17.21
+ Addednode-sql-parser@~4.17.0
+ Addedbig-integer@1.6.52(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addednode-sql-parser@4.17.0(transitive)