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

bcycle

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bcycle - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

database.js

@@ -96,3 +96,3 @@ /// <reference path="type_declarations/index.d.ts" />

return callback(error);
async.each(public_api_kiosks, function (public_api_kiosk, callback) {
async.eachLimit(public_api_kiosks, 10, function (public_api_kiosk, callback) {
findOrCreateKiosk(public_api_kiosk, program.id, function (error, kiosk) {

@@ -99,0 +99,0 @@ if (error)

@@ -139,3 +139,3 @@ /// <reference path="type_declarations/index.d.ts" />

async.each(public_api_kiosks, (public_api_kiosk, callback) => {
async.eachLimit(public_api_kiosks, 10, (public_api_kiosk, callback) => {
findOrCreateKiosk(public_api_kiosk, program.id, (error, kiosk) => {

@@ -142,0 +142,0 @@ if (error) return callback(error);

@@ -7,3 +7,3 @@ {

],
"version": "0.2.2",
"version": "0.2.3",
"homepage": "https://github.com/chbrown/bcycle",

@@ -10,0 +10,0 @@ "repository": "git://github.com/chbrown/bcycle.git",

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