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

cbw

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cbw - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

.github/dependabot.yml

7

package.json
{
"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

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