Socket
Socket
Sign inDemoInstall

@protobufjs/aspromise

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@protobufjs/aspromise - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

index.d.ts

2

index.js

@@ -8,3 +8,3 @@ "use strict";

* @param {function(?Error, ...*)} fn Function to call
* @param {Object} ctx Function context
* @param {*} ctx Function context
* @param {...*} params Function arguments

@@ -11,0 +11,0 @@ * @returns {Promise<*>} Promisified function

{
"name": "@protobufjs/aspromise",
"description": "Returns a promise from a node-style callback function.",
"version": "1.0.4",
"version": "1.0.5",
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",

@@ -10,3 +10,5 @@ "repository": {

},
"license": "BSD-3-Clause"
"license": "BSD-3-Clause",
"main": "index.js",
"types": "index.d.ts"
}
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