New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@matrixai/async-locks

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matrixai/async-locks - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

6

dist/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

9

package.json
{
"name": "@matrixai/async-locks",
"version": "2.2.2",
"version": "2.2.3",
"author": "Roger Qiu",

@@ -23,4 +23,4 @@ "description": "Asynchronous locking utilities",

"dependencies": {
"@matrixai/errors": "^1.1.0",
"@matrixai/resources": "^1.0.0",
"@matrixai/errors": "^1.1.1",
"@matrixai/resources": "^1.1.2",
"async-mutex": "^0.3.2"

@@ -43,5 +43,4 @@ },

"typedoc": "^0.22.15",
"typescript": "^4.5.2",
"typescript-cached-transpile": "0.0.6"
"typescript": "^4.5.2"
}
}

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