Socket
Socket
Sign inDemoInstall

@sanity/util

Package Overview
Dependencies
Maintainers
51
Versions
1317
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/util - npm Package Compare versions

Comparing version 3.41.1-create-unstable.17 to 3.41.1

5

lib/concurrency-limiter.esm.js

@@ -1,2 +0,2 @@

var __defProp = Object.defineProperty, __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: !0, configurable: !0, writable: !0, value }) : obj[key] = value, __publicField = (obj, key, value) => (__defNormalProp(obj, typeof key != "symbol" ? key + "" : key, value), value);
var __defProp = Object.defineProperty, __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: !0, configurable: !0, writable: !0, value }) : obj[key] = value, __publicField = (obj, key, value) => __defNormalProp(obj, typeof key != "symbol" ? key + "" : key, value);
class ConcurrencyLimiter {

@@ -7,4 +7,3 @@ constructor(max) {

})), __publicField(this, "release", () => {
if (this.max === 1 / 0)
return;
if (this.max === 1 / 0) return;
const nextResolver = this.resolvers.shift();

@@ -11,0 +10,0 @@ if (nextResolver) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: !0 });
var __defProp = Object.defineProperty, __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: !0, configurable: !0, writable: !0, value }) : obj[key] = value, __publicField = (obj, key, value) => (__defNormalProp(obj, typeof key != "symbol" ? key + "" : key, value), value);
var __defProp = Object.defineProperty, __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: !0, configurable: !0, writable: !0, value }) : obj[key] = value, __publicField = (obj, key, value) => __defNormalProp(obj, typeof key != "symbol" ? key + "" : key, value);
class ConcurrencyLimiter {

@@ -9,4 +9,3 @@ constructor(max) {

})), __publicField(this, "release", () => {
if (this.max === 1 / 0)
return;
if (this.max === 1 / 0) return;
const nextResolver = this.resolvers.shift();

@@ -13,0 +12,0 @@ if (nextResolver) {

8

package.json
{
"name": "@sanity/util",
"version": "3.41.1-create-unstable.17+0688a42a0a",
"version": "3.41.1",
"description": "Utilities shared across projects of Sanity",

@@ -126,3 +126,3 @@ "keywords": [

"@sanity/client": "^6.17.2",
"@sanity/types": "3.41.1-create-unstable.17+0688a42a0a",
"@sanity/types": "3.41.1",
"get-random-values-esm": "1.0.2",

@@ -134,3 +134,3 @@ "moment": "^2.29.4",

"@jest/globals": "^29.7.0",
"@repo/package.config": "3.41.0",
"@repo/package.config": "3.41.1",
"@types/moment": "^2.13.0",

@@ -142,3 +142,3 @@ "rimraf": "^3.0.2"

},
"gitHead": "0688a42a0a3c5ed0931a5f1e625e55d03667e18a"
"gitHead": "9080f74661eae5eb1fedef537fd354d12dc5dee1"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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