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.1.2 to 2.2.0

todo

1

index.js

@@ -25,2 +25,3 @@ var hypercore = require('hypercore')

})
if (view.indexed) idx.on('indexed', view.indexed)
this._indexes[name] = idx

@@ -27,0 +28,0 @@ this.api[name] = {}

6

package.json

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

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

@@ -19,4 +19,4 @@ "url": "git://github.com/noffle/kappa-core.git"

"dependencies": {
"hypercore": "^6.14.0",
"multifeed": "^1.3.2",
"hypercore": "^6.18.1",
"multifeed": "^1.3.3",
"multifeed-index": "^3.0.1"

@@ -23,0 +23,0 @@ },

@@ -116,2 +116,7 @@ # kappa-core

There are also the following optional `opts`:
- `inedxed`: a function to run whenever a new batch of messages have been
indexed & written to storage. Receives an array of messages.
### core.ready(viewNames, cb)

@@ -118,0 +123,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