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.1 to 1.0.2

6

CHANGELOG.md

@@ -5,3 +5,9 @@ # 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.

6

lib/kibbutz.js

@@ -203,4 +203,8 @@ 'use strict';

const val = (elv(options) && elv(options.value))
? _deepCopy(options.value)
: {}
_state.set(this, {
value: Object.freeze(_deepCopy(options.value)),
value: Object.freeze(val),
emitter: new EventEmitter()

@@ -207,0 +211,0 @@ });

4

package.json
{
"name": "kibbutz",
"longName": "Kibbutz Configuration Aggregator",
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {
"elv": "^1.0.1"
"elv": "^1.0.2"
},

@@ -8,0 +8,0 @@ "devDependencies": {

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