Socket
Socket
Sign inDemoInstall

neo-forgery

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neo-forgery - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

2

package.json

@@ -5,3 +5,3 @@ {

"author": "YizYah",
"version": "1.8.0",
"version": "1.8.1",
"bugs": "https://github.com/YizYah/neo-forgery/issues",

@@ -8,0 +8,0 @@ "engines": {

@@ -49,3 +49,3 @@

* [:wrench: Usage](#wrench-usage)
* [:symbols: Formats for Query Responses](#formats)
* [:symbols: Formats for Query Responses](#symbols-formats-for-query-responses)
* [:key:Functions](#key-functions)

@@ -142,3 +142,3 @@ * [:paperclip: Data Types](#paperclip-data-types)

## <a name="formats"></a> :symbols: Formats for Query Responses
## <a name="symbols-formats-for-query-responses"></a> :symbols: Formats for Query Responses
The actual responses to queries differ from the stored ones in that the response include object class instances rather than simple jsons. In addition, what gets returned from GraphQL shows pure data, which differs in some ways from even the stored format for queries.

@@ -150,5 +150,6 @@

2. **live** the object returned from an actual query, including instances of the `Record` class. Also represents integers as instances of the `Integer` class.
3. **data** simple objects, like what GraphQl Returns. Roughly what you see in the neo4j data browser results when you select the `TABLE` view.
3. **data** simple objects, like what GraphQl Returns. Roughly what you see in the neo4j data browser results when you select the `TABLE` view.
![](images/resultFormats.png)
![resultformats](images/diagram.png)

@@ -155,0 +156,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