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.7.0 to 0.8.0

NOTES.md

2

LICENSE.txt
The MIT License (MIT)
Copyright (c) 2014-2015 Guillaume Plique (Yomguithereal)
Copyright (c) 2014-2016 Guillaume Plique (Yomguithereal)

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "decypher",
"version": "0.7.0",
"version": "0.8.0",
"description": "A handful of cypher utilities for Node.js",

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

@@ -62,3 +62,6 @@ /**

if (opts.label)
pattern += ':' + escapeIdentifier(opts.label);
if (Array.isArray(opts.label))
pattern += ':' + opts.label.map(escapeIdentifier).join(':');
else
pattern += ':' + escapeIdentifier(opts.label);

@@ -65,0 +68,0 @@ if (opts.data) {

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