Socket
Socket
Sign inDemoInstall

create-dummy-test-data

Package Overview
Dependencies
14
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.9 to 1.2.0

2

cypherQueries/DummyDataQueries.js

@@ -60,3 +60,3 @@ class DummyDataQueries {

END AS array
FOREACH ( item IN array | CREATE (n1)-[:TAGGED{ creationTime: dattime() }]->(n2) )
FOREACH ( item IN array | CREATE (n1)-[:TAGGED{ creationTime: datetime() }]->(n2) )
RETURN n2

@@ -63,0 +63,0 @@ `;

{
"name": "create-dummy-test-data",
"version": "1.1.9",
"version": "1.2.0",
"description": "Create dummy data for testing",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc