Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

etcd-result-objectify

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

etcd-result-objectify - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+6
.travis.yml
sudo: false
language: node_js
node_js:
- "0.10"
- "4.*"
- "5.*"
+1
-1
module.exports = function nodeToObject(node, r_) {
var r = r_ || {}
var split = node.key.split('/').filter(Boolean)
var split = (node.key || '/').split('/').filter(Boolean)
var key = split[split.length - 1]

@@ -5,0 +5,0 @@

{
"name": "etcd-result-objectify",
"version": "0.1.0",
"version": "0.1.1",
"description": "Objectify the results of a recursive etcd query",

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

# etcd-result-objectify
Objectify the results of a recursive etcd query.
[![Build Status](https://travis-ci.org/mmalecki/etcd-result-objectify.svg?branch=master)](https://travis-ci.org/mmalecki/etcd-result-objectify)
For example, a structure like:

@@ -28,3 +30,3 @@

```sh
npm install etcd-result-objectify"
npm install etcd-result-objectify
```

@@ -31,0 +33,0 @@