Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

ogen

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ogen - npm Package Compare versions

Comparing version
1.3.0
to
1.3.1
+1
-1
package.json
{
"name": "ogen",
"version": "1.3.0",
"version": "1.3.1",
"description": "An observable Async/Await. Write async code that looks synchronous.",

@@ -5,0 +5,0 @@ "main": "source/ogen.js",

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

# ogen
# Ogen
An observable Async/Await. An example for "Learn JavaScript with Eric Elliott"
An observable Async/Await. Short for (O)bservable (Gen)erator.

@@ -19,3 +19,3 @@ Write asynchronous code that looks synchronous:

Pass it into `ogen()` and get back an observable that you can subscribe to:
Pass it into `ogen()` and get back an observable that lets you subscribe to all the yielded values:

@@ -40,2 +40,4 @@ ```js

Ogen returns a full [Rx Observable instance](https://github.com/Reactive-Extensions/RxJS/blob/master/doc/libraries/main/rx.md#observable-instance-methods), which means you can `.map()`, `.filter()` and `.skip()` to your heart’s content, among other things.
## Platform Notes

@@ -42,0 +44,0 @@