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

@meta-cms/next

Package Overview
Dependencies
Maintainers
2
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meta-cms/next - npm Package Compare versions

Comparing version 1.0.99 to 1.0.100

7

index.js

@@ -843,5 +843,5 @@ "use strict";

// ../core/client.ts
var wait = () => {
var wait = (n = 5e3) => {
return new Promise((resolve) => {
setTimeout(resolve, 5e3);
setTimeout(resolve, n);
});

@@ -879,4 +879,5 @@ };

const responses = await Promise.all(
chunks.map((ids2) => {
chunks.map(async (ids2) => {
var _a, _b;
await wait(1);
return this.client.request(

@@ -883,0 +884,0 @@ metafieldsQuery(false, {

{
"name": "@meta-cms/next",
"version": "1.0.99",
"version": "1.0.100",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.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