
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
neo4j-data
Advanced tools
Based on neo4j-driver , includes : gain data , library connect , library config, serialize data etc.
import neo4jData from "neo4j-data"
var neo4jData = require("neo4jData");
require(['neo4j-data'],function(neo4j-data){
...
...
...
})
<script src="https://unpkg.com/neo4j-data"></script>
import neo4jData from "neo4j-data"
const neo4j = new neo4jData();
<!-- 初始化配置 -->
neo4j.config({
url : '填入url',
username : '填入用户名',
password : '填入密码'
})
<!-- 运行match语句 -->
neo4j.runMatch(
"需要执行的MATCH语句"
)
.then(result=>{
<!-- 对结果进行处理 -->
let info = neo4j.dataDetail(result.records);
neo4j.close();
})
{
nodes: [{…}, {…}, {…}, {…}, {…}, {…}, {…}],
nodesMap: {239979: {…}, 263732: {…}, 441610: {…}, 458585: {…}, 459032: {…}, 481273: {…}, 482247: {…}},
relationships: [{…}, {…}, {…}, {…}, {…}, {…}, {…}],
relationshipsMap: {239979: {…}, 263732: {…}, 441610: {…}, 458585: {…}, 459032: {…}, 481273: {…}, 482247: {…}},
}
FAQs
Based on neo4j-driver , includes : gain data , library connect , library config, serialize data etc.
The npm package neo4j-data receives a total of 21 weekly downloads. As such, neo4j-data popularity was classified as not popular.
We found that neo4j-data demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.