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

promto

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promto - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "promto",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create a promise with timeout",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -25,3 +25,3 @@ 'use strict'

})
return { to, promise }
return { timeout: to, promise }
}

@@ -64,3 +64,2 @@

const timeoutPromise = makeTimeoutPromise(desc, timeout)
return Promise.race([

@@ -67,0 +66,0 @@ promise,

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