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

proback.js

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proback.js - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

test/AsyncFunct.js

5

lib/Proback.js
module.exports = {
stopper: async function ( promise ) {
let timestamp = Date.now()
await promise
return Date.now() - timestamp
},
timeout: function (ms) {

@@ -3,0 +8,0 @@ return new Promise(resolve => setTimeout(resolve, ms))

2

package.json
{
"name": "proback.js",
"version": "2.1.2",
"version": "2.1.3",
"description": "Tiny libary to aid Promise/Callback dual API design",

@@ -5,0 +5,0 @@ "keywords": [

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