Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

decypher

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decypher - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

decypher.js

@@ -53,3 +53,3 @@ /**

if (blocks.length <= 1) {
if (blocks.length <= 1 && !blocks[0].name) {
return blocks[0].body;

@@ -89,3 +89,3 @@ }

Object.defineProperty(decypher, 'version', {
value: '0.1.0'
value: '0.1.1'
});

@@ -92,0 +92,0 @@

{
"name": "decypher",
"version": "0.1.0",
"version": "0.1.1",
"description": "Yesql-like cypher query loader for node.js",

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

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