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

jdefer

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jdefer - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

6

index.js

@@ -25,6 +25,6 @@ "use strict";

return {
next() {
const { promise } = defer;
async next() {
const value = await defer.promise;
defer = makeDefer();
return promise;
return value;
},

@@ -31,0 +31,0 @@ async return(value) {

{
"name": "jdefer",
"version": "0.0.13",
"version": "0.0.14",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "https://github.com/tranvansang/jdefer",

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