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

kibbutz

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kibbutz - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

CHANGELOG.md

@@ -5,9 +5,3 @@ # Change Log

### 1.0.2
* Fixing constructor bug with null options -- adding more tests.
### 1.0.1
* Constructor options should not be required.
### 1.0.0
* Initial release.

5

lib/kibbutz.js

@@ -163,3 +163,6 @@ 'use strict';

const _load = (value, providers, emitter, i, callback) => {
if (i === providers.length) callback(undefined, value);
if (i === providers.length) {
callback(undefined, value);
return;
}

@@ -166,0 +169,0 @@ const val = value;

2

package.json
{
"name": "kibbutz",
"longName": "Kibbutz Configuration Aggregator",
"version": "1.0.3",
"version": "1.0.4",
"dependencies": {

@@ -6,0 +6,0 @@ "elv": "^1.0.0"

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