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

kappa-core

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kappa-core - npm Package Compare versions

Comparing version 2.6.1 to 2.6.2

4

index.js

@@ -0,1 +1,3 @@

var inherits = require('inherits')
var EventEmitter = require('events').EventEmitter
var hypercore = require('hypercore')

@@ -17,2 +19,4 @@ var multifeed = require('multifeed')

inherits(Kappa, EventEmitter)
Kappa.prototype.use = function (name, version, view) {

@@ -19,0 +23,0 @@ var self = this

3

package.json

@@ -5,3 +5,3 @@ {

"author": "Stephen Whitmore <sww@eight.net>",
"version": "2.6.1",
"version": "2.6.2",
"repository": {

@@ -20,2 +20,3 @@ "url": "git://github.com/noffle/kappa-core.git"

"hypercore": "^6.18.1",
"inherits": "^2.0.3",
"multifeed": "^2.0.0",

@@ -22,0 +23,0 @@ "multifeed-index": "^3.0.1"

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