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

vo

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vo - npm Package Compare versions

Comparing version 3.0.6 to 3.1.0

test.js

2

component.json
{
"name": "vo",
"version": "3.0.6",
"version": "3.1.0",
"description": "Vo is a control flow library for minimalists",

@@ -5,0 +5,0 @@ "keywords": [

3.1.0 / 2016-03-17
==================
* only patch the files passed in as arguments
3.0.6 / 2016-03-17

@@ -3,0 +8,0 @@ ==================

{
"name": "vo",
"version": "3.0.6",
"version": "3.1.0",
"description": "Vo is a control flow library for minimalists",

@@ -5,0 +5,0 @@ "keywords": [

@@ -26,2 +26,18 @@

## Vo Runtime
Now you can run generators top-level with the runtime:
**index.js**
```js
var res = yield superagent.get('http://google.com')
console.log(res.status) // 200
return res.status
```
```bash
vo index.js // 200
```
## Things to keep in mind

@@ -28,0 +44,0 @@

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