Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.0.0 to 1.0.1

index.d.ts

8

package.json
{
"name": "cypher-talker",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tag strings for neo4j. Write neo4j queries in a natural way",
"main": "index.js",
"module": "index.mjs",
"repository": {
"url": "https://github.com/Jabher/cypher-talker"
},
"scripts": {

@@ -19,2 +22,5 @@ "test": "ava",

"license": "MIT",
"peerDependencies": {
"neo4j-driver": "^4.0.0"
},
"devDependencies": {

@@ -21,0 +27,0 @@ "babel-register": "^6.3.13",

4

README.md

@@ -55,3 +55,3 @@ # Cypher-talker: Tag strings for neo4j

const q = t`hello ${'world'}`
console.log([...q]) // ['hello {v0}', {v0: 'world'}]
console.log([...q]) // ['hello $v0', {v0: 'world'}]
```

@@ -77,3 +77,3 @@

const q = t`${t({hello: 'world'})}`
console.log([...q]) // ['hello: {v0}', {v0: 'world'}]
console.log([...q]) // ['hello: $v0', {v0: 'world'}]
```

@@ -80,0 +80,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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