Socket
Socket
Sign inDemoInstall

brianmhunt-mutex-promise

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.11 to 1.0.12

2

dist/MutexPromise.js

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

/* eslint no-console: 0 */
/* eslint no-console: 0, semi: 0, wrap-iife: 0, indent: 0, lodash/prefer-noop: 0 */

@@ -25,0 +25,0 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();

{
"name": "brianmhunt-mutex-promise",
"version": "1.0.11",
"version": "1.0.12",
"description": "Promises with uncaught handling and events",
"main": "index.js",
"main": "src/MutexPromise.js",
"directories": {

@@ -7,0 +7,0 @@ "test": "test"

@@ -22,3 +22,3 @@ "use strict"

/* eslint no-console: 0 */
/* eslint no-console: 0, semi: 0, wrap-iife: 0, indent: 0, lodash/prefer-noop: 0 */

@@ -25,0 +25,0 @@ const PENDING = 0, RESOLVED = 1, REJECTED = -1

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc