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

async-caf

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-caf - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

dist/caf.js
/*! caf.js
v1.0.0 (c) 2018 Kyle Simpson
v1.0.1 (c) 2018 Kyle Simpson
MIT License: http://getify.mit-license.org

@@ -4,0 +4,0 @@ */

{
"name": "async-caf",
"version": "1.0.0",
"version": "1.0.1",
"description": "Wrapper for generators as cancelable async functions",

@@ -5,0 +5,0 @@ "main": "./dist/caf.js",

@@ -125,2 +125,16 @@ # Cancelable Async Functions (CAF)

## npm Package
Because of a naming conflict, this utility's `npm` package name is `async-caf`, not `caf`. So, to install it:
```
npm install async-caf
```
And to require it in a node script:
```js
var CAF = require("async-caf");
```
## Builds

@@ -127,0 +141,0 @@

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