Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
Resources to get you started:

- [API Documentation](https://neo4j.com/docs/api/javascript-driver/current/)
- [Neo4j Manual](https://neo4j.com/docs/)
- [Neo4j Refcard](https://neo4j.com/docs/cypher-refcard/current/)
- [Neo4j Driver Manual](https://neo4j.com/docs/javascript-manual/current/)
- [Neo4j Cypher Cheatsheet](http://neo4j.com/docs/cypher-cheat-sheet/)

## What's New in 5.x

Expand Down Expand Up @@ -530,4 +530,4 @@ To access the data in a retrieved Vector you can do the following:
var retrievedTypedArray = neo4jVector.asTypedArray() //This will return a TypedArray of the same type as the Vector

var retrievedArray = Array.from(retrievedTypedArray) //This will convert the TypedArray to a regular array of Numbers. (Not safe for Int64 arrays)
```
```
4 changes: 2 additions & 2 deletions packages/neo4j-driver-deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
Resources to get you started:

- [API Documentation](https://neo4j.com/docs/api/javascript-driver/current/)
- [Neo4j Manual](https://neo4j.com/docs/)
- [Neo4j Refcard](https://neo4j.com/docs/cypher-refcard/current/)
- [Neo4j Driver Manual](https://neo4j.com/docs/javascript-manual/current/)
- [Neo4j Cypher Cheatsheet](http://neo4j.com/docs/cypher-cheat-sheet/)
- [TLS](#tls)

## What's New in 5.x
Expand Down
4 changes: 2 additions & 2 deletions packages/neo4j-driver-deno/lib/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/neo4j-driver-lite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
Resources to get you started:

- [API Documentation](https://neo4j.com/docs/api/javascript-driver/current/)
- [Neo4j Manual](https://neo4j.com/docs/)
- [Neo4j Refcard](https://neo4j.com/docs/cypher-refcard/current/)
- [Neo4j Driver Manual](https://neo4j.com/docs/javascript-manual/current/)
- [Neo4j Cypher Cheatsheet](http://neo4j.com/docs/cypher-cheat-sheet/)

## What's New in 5.x

Expand Down
4 changes: 2 additions & 2 deletions packages/neo4j-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
Resources to get you started:

- [API Documentation](https://neo4j.com/docs/api/javascript-driver/current/)
- [Neo4j Manual](https://neo4j.com/docs/)
- [Neo4j Refcard](https://neo4j.com/docs/cypher-refcard/current/)
- [Neo4j Driver Manual](https://neo4j.com/docs/javascript-manual/current/)
- [Neo4j Cypher Cheatsheet](http://neo4j.com/docs/cypher-cheat-sheet/)

## What's New in 5.x

Expand Down