Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "cbw", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "callback wrapper", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"mocha": "^7.1.1" | ||
"mocha": "^9.1.2" | ||
}, | ||
@@ -28,3 +28,6 @@ "repository": { | ||
"url": "https://github.com/Adslot/node-cbw.git" | ||
}, | ||
"engines": { | ||
"node": "^16" | ||
} | ||
} |
@@ -5,3 +5,3 @@ 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) | ||
![Build Status](https://github.com/Adslot/node-cbw/actions/workflows/node.js.yml/badge.svg) | ||
@@ -8,0 +8,0 @@ Callback wrapper for cleaner async code. Main benefit is you don't need to write `if (err) return cb(err)`. |
Sorry, the diff of this file is not supported yet
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
4448
7