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

gojs

Package Overview
Dependencies
Maintainers
1
Versions
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gojs - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

4

example/example.js

@@ -29,4 +29,4 @@ /* Copyright 2015, Wang Wenlin */

go(function* (ch2) {
db.query('SELECT 1', bind(ch2, 'r3'));
db2.query('SELECT 3', bind(ch2, 'r4'));
db.query('SELECT 1', bind(ch2, 'q1'));
db2.query('SELECT 3', bind(ch2, 'q2'));
var [id, rx] = yield;

@@ -33,0 +33,0 @@ var [id, ry] = yield;

{
"name": "gojs",
"version": "0.4.2",
"version": "0.4.3",
"description": "go.js, Golang like channels, goroutine and go.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -30,4 +30,4 @@ go.js, Golang like channels, goroutine and go.

go(function* (ch2) {
db.query('SELECT 1', bind(ch2, 'r3'));
db2.query('SELECT 3', bind(ch2, 'r4'));
db.query('SELECT 1', bind(ch2, 'q1'));
db2.query('SELECT 3', bind(ch2, 'q2'));
var [id, rx] = yield;

@@ -34,0 +34,0 @@ var [id, ry] = yield;

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