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 0.4.5 to 0.5.0

2

build/Connection/index.js

@@ -10,2 +10,4 @@ 'use strict';

require('babel-polyfill');
var _debug = require('debug');

@@ -12,0 +14,0 @@

9

package.json
{
"name": "cypher-talker",
"version": "0.4.5",
"version": "0.5.0",
"description": "Simple ES6/7-oriented lib to work with neo4j and (in future) with OpenCypher-compatible databases",
"main": "build/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"test": "./node_modules/.bin/mocha --compilers js:babel-register --require ./test/globals/lib",
"test-against-build": "./node_modules/.bin/mocha --bail --reporter nyan --require ./test/globals/build",
"build": "./node_modules/.bin/babel lib --out-dir build",
"preversion": "git add lib/* test/* && npm test && npm run build",
"postversion": "./node_modules/.bin/jscs --fix lib && git commit --amend --no-edit && git push -u origin master && npm publish"
"preversion": "git add lib/* test/* && npm run build && npm run test-against-build",
"postversion": "./node_modules/.bin/jscs --fix lib && git commit --amend --no-edit && git push -u origin master && npm publish && rm -rf ./build"
},

@@ -12,0 +13,0 @@ "keywords": [

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