Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "cbw", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "callback wrapper", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
cbw | ||
[![Build Status](https://api.travis-ci.org/Adslot/node-cbw.png)](https://travis-ci.org/Adslot/node-cbw) | ||
======== | ||
[![npm version](https://badge.fury.io/js/cbw.svg)](https://badge.fury.io/js/cbw) | ||
![Build Status](https://github.com/Adslot/node-cbw/workflows/Node.js%20CI/badge.svg) | ||
Callback wrapper for cleaner async code. Main benefit is you don't need to write `if (err) return cb(err)`. | ||
@@ -6,0 +8,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4439
29