Socket
Socket
Sign inDemoInstall

@arsonar/core

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arsonar/core - npm Package Compare versions

Comparing version 0.6.4 to 0.6.6

test/lib/hyper-sdk/env.browser.js

2

lib/collection.js

@@ -13,3 +13,3 @@ const hcrypto = require('hypercore-crypto')

} = require('nanoresource-promise/emitter')
const Kappa = require('kappa-core')
const Kappa = require('@frnado/kappa-core')
const Indexer = require('kappa-sparse-indexer')

@@ -16,0 +16,0 @@

{
"name": "@arsonar/core",
"version": "0.6.4",
"version": "0.6.6",
"description": "",

@@ -21,4 +21,5 @@ "main": "index.js",

"@arsonar/common": "^0.6.4",
"@arsonar/plugin-relations": "^0.6.4",
"@arsonar/plugin-search": "^0.6.4",
"@arsonar/plugin-relations": "^0.6.6",
"@arsonar/plugin-search": "^0.6.6",
"@frando/kappa-core": "^6.0.0",
"@frando/level-live": "^1.1.0",

@@ -31,3 +32,3 @@ "base32": "^0.0.6",

"fast-bitfield": "^1.2.2",
"hyper-sdk": "github:RangerMauve/hyper-sdk#v3.0.9",
"hyper-sdk": "^3.0.9",
"hyperblobs": "^1.1.2",

@@ -37,3 +38,2 @@ "hypercore-crypto": "^2.1.1",

"js-yaml": "^3.14.0",
"kappa-core": "github:Frando/kappa-core#sonar-0.4.2",
"kappa-sparse-indexer": "^0.7.2",

@@ -76,3 +76,3 @@ "level": "^6.0.1",

},
"gitHead": "8e3fec175cb1631fd92a78b66e0ac24c90c4ef27"
"gitHead": "052375cdcff604e9fb70463031a83928c83c486e"
}

@@ -7,5 +7,5 @@ const test = require('tape')

const createNative = require('hyper-sdk/test/lib/native')
const createHyperspace = require('hyper-sdk/test/lib/hyperspace')
const createMixed = require('hyper-sdk/test/lib/mixed')
const createNative = require('./lib/hyper-sdk/native')
const createHyperspace = require('./lib/hyper-sdk/hyperspace')
const createMixed = require('./lib/hyper-sdk/mixed')

@@ -12,0 +12,0 @@ const { Workspace } = require('..')

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