odata-v4-inmemory
Advanced tools
Comparing version
@@ -0,0 +0,0 @@ import { Token } from 'odata-v4-parser/lib/lexer'; |
@@ -27,3 +27,3 @@ "use strict"; | ||
floor: function (v) { return Math.floor(v); }, | ||
ceiling: function (v) { return Math.ceil(v); }, | ||
ceiling: function (v) { return Math.ceil(v); } | ||
}; | ||
@@ -162,3 +162,3 @@ var FilterVisitor = (function () { | ||
case "Edm.String": | ||
return node.raw.replace(/'/g, '').replace(/\"/g, ""); | ||
return decodeURIComponent(node.raw).replace(/'/g, '').replace(/\"/g, ""); | ||
case "Edm.DateTimeOffset": | ||
@@ -273,2 +273,1 @@ case "Edm.Date": | ||
exports.FilterVisitor = FilterVisitor; | ||
//# sourceMappingURL=FilterVisitor.js.map |
@@ -0,0 +0,0 @@ import { Token } from 'odata-v4-parser/lib/lexer'; |
@@ -15,2 +15,1 @@ "use strict"; | ||
exports.compileExpression = compileExpression; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "odata-v4-inmemory", | ||
"version": "0.1.8", | ||
"version": "0.1.9-jenkins-1", | ||
"description": "Service OData requests from an inmemory data store", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -0,0 +0,0 @@ # OData V4 Service modules - InMemory Connector |
@@ -0,0 +0,0 @@ import { TokenType, Token } from 'odata-v4-parser/lib/lexer' |
@@ -0,0 +0,0 @@ import { FilterVisitor } from './FilterVisitor' |
@@ -0,0 +0,0 @@ var createFilter = require('../lib').createFilter |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
-100%62531
-2.17%