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

grex

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grex - npm Package Versions

0.2.0

Diff
barcrab
published 0.2.0 •

Changelog

Source

0.2.0

  • get() call removed
  • rollback() removed
  • Enable multiple connections (multiple users) in Node module
  • New Transaction process for CUD. Must create transaction object and invoke cud methods. Includes better error trapping.
  • Transaction success no longer requires testing for success = true || false. Only successful values are returned to success callback. All errors sent to error callback.
  • Removed version and querytime from returned results
  • Complies with Blueprints 2.4.0
  • Add Contains.IN and Contains.NOT_IN
  • Data Type preservation
barcrab
published 0.0.1-a •
barcrab
published 0.0.3-a •
barcrab
published 0.1.4-a •
barcrab
published 0.1.5-a •
barcrab
published 0.1.6-a •
barcrab
published 0.1.7-a •
barcrab
published 0.1.8-a •
barcrab
published 0.1.9-a •
barcrab
published 0.1.10 •

Changelog

Source

0.1.10

  • Removed the need to call get(), as it was a redundant call
  • Enalbled Vertex and Edge creation using Database generated Id's
  • Added methods linkIn, linkOut and linkBoth