Socket
Socket
Sign inDemoInstall

neo4j-driver-core

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neo4j-driver-core

Internals of neo4j-driver


Version published
Weekly downloads
88K
decreased by-15.32%
Maintainers
1
Weekly downloads
 
Created
Source

Core module of the Neo4j Driver for JavaScript

:warning: This package is not intended to be used by end users, it contains the abstractions used by the neo4j-driver to handle Neo4j connections.

This is a internal package shared by the neo4j-driver and the neo4j-driver-lite drivers. This package is responsible for high level pieces of the driver such as Session, Result, Record, some data types and the interface for Connection and ConnectionProvider.

Building

npm install
npm run build

This produces a Node.js module version under lib/.

Testing

The tests could be executed by running npm test. For development, you can have the build tool rerun the tests each time you change the source code:

npm run test::watch

Keywords

FAQs

Package last updated on 14 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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