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

marcosc-async

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marcosc-async - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

4

lib/async.js
/*jshint -W082 */
/*globals define, self*/
(function(){
(function() {
'use strict';

@@ -22,3 +22,3 @@ // async function takes a generator, and optional "this"

return (func.constructor.name === 'GeneratorFunction') ?
yield* func.apply(self, args) : func.apply(self, args);
yield * func.apply(self, args) : func.apply(self, args);
}());

@@ -25,0 +25,0 @@ try {

{
"name": "marcosc-async",
"version": "4.0.2",
"version": "4.0.3",
"description": "Lightweight promise/generator machinery.",

@@ -5,0 +5,0 @@ "main": "lib/async.js",

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