New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cypher-talker

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypher-talker - npm Package Compare versions

Comparing version 0.6.0 to 1.0.0

4

package.json
{
"name": "cypher-talker",
"version": "0.6.0",
"description": "Simple ES6/7-oriented lib to work with neo4j and (in future) with OpenCypher-compatible databases",
"version": "1.0.0",
"description": "Tag strings for neo4j. Write neo4j queries in a natural way",
"main": "index.js",

@@ -6,0 +6,0 @@ "module": "index.mjs",

# Cypher-talker: Tag strings for neo4j
_Zero dependencies and zero pain_

@@ -77,1 +78,11 @@ Tired of writing neo4j queries like this?

```
## How it works
`t` is a overloaded function that handles
- template strings syntax
- single object argument
- or single string argument
and always returning an iterable object of 2 items: resulting query and vars arg.
See tests for detailed examples.
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