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

@talend/daikon-tql-client

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@talend/daikon-tql-client - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

35

lib/converter/parser.js

@@ -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 @@ };

10

package.json

@@ -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"
}
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