@talend/daikon-tql-client
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -93,2 +93,37 @@ 'use strict'; | ||
} | ||
}, | ||
not_equals: { | ||
operator: 'unequal', | ||
getValues: function getValues(node) { | ||
return [node.args]; | ||
}, | ||
getOptions: function getOptions() {} | ||
}, | ||
greater_than: { | ||
operator: 'greaterThan', | ||
getValues: function getValues(node) { | ||
return [node.args]; | ||
}, | ||
getOptions: function getOptions() {} | ||
}, | ||
greater_than_or_equals: { | ||
operator: 'greaterThanOrEqual', | ||
getValues: function getValues(node) { | ||
return [node.args]; | ||
}, | ||
getOptions: function getOptions() {} | ||
}, | ||
less_than: { | ||
operator: 'lessThan', | ||
getValues: function getValues(node) { | ||
return [node.args]; | ||
}, | ||
getOptions: function getOptions() {} | ||
}, | ||
less_than_or_equals: { | ||
operator: 'lessThanOrEqual', | ||
getValues: function getValues(node) { | ||
return [node.args]; | ||
}, | ||
getOptions: function getOptions() {} | ||
} | ||
@@ -95,0 +130,0 @@ }; |
@@ -22,7 +22,3 @@ { | ||
}, | ||
"dependencies": { | ||
"babel-polyfill": "^6.26.0", | ||
"hoist-non-react-statics": "^1.2.0", | ||
"mock-socket": "^7.0.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -40,3 +36,3 @@ "babel-cli": "6.24.1", | ||
"enzyme": "^2.7.1", | ||
"eslint": "^3.4.0", | ||
"eslint": "^4.18.2", | ||
"eslint-config-airbnb": "^11.0.0", | ||
@@ -67,3 +63,3 @@ "eslint-plugin-import": "^1.14.0", | ||
}, | ||
"version": "1.2.0" | ||
"version": "1.3.0" | ||
} |
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
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
71599
0
942
- Removedbabel-polyfill@^6.26.0
- Removedhoist-non-react-statics@^1.2.0
- Removedmock-socket@^7.0.0
- Removedbabel-polyfill@6.26.0(transitive)
- Removedbabel-runtime@6.26.0(transitive)
- Removedcore-js@2.6.12(transitive)
- Removedhoist-non-react-statics@1.2.0(transitive)
- Removedmock-socket@7.1.0(transitive)
- Removedregenerator-runtime@0.10.50.11.1(transitive)