Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

advance

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

advance - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

package.json
{
"name": "advance",
"version": "0.0.8",
"version": "0.0.9",
"author": "Alan Gutierrez <alan@prettyrobots.com>",

@@ -5,0 +5,0 @@ "description": "In-memory forward iterator for use with the Strata b-tree MVCC tool collection.",

@@ -1,2 +0,4 @@

require('proof')(2, require('cadence')(function (step, assert) {
require('proof')(2, require('cadence')(prove))
function prove (async, assert) {
var values = 'a b c'.split(/\s+/), records = [], keys = []

@@ -6,5 +8,5 @@ var iterator = require('../..')(values, function (record, callback) {

})
step(function () {
step(function () {
iterator.next(step())
async(function () {
async(function () {
iterator.next(async())
}, function (record, key) {

@@ -15,3 +17,3 @@ if (record && key) {

} else {
return [ step ]
return [ async ]
}

@@ -22,4 +24,4 @@ })()

assert(keys, values, 'keys')
iterator.unlock(step())
iterator.unlock(async())
})
}))
}

Sorry, the diff of this file is not supported yet

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