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

appwrite-utils

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appwrite-utils - npm Package Compare versions

Comparing version 0.1.223 to 0.1.224

2

dist/schemas/collection.js

@@ -57,3 +57,3 @@ import { z } from "zod";

export const CollectionsSchema = z
.array(CollectionSchema)
.array(CollectionCreateSchema)
.describe("An array of collections to create");
{
"name": "appwrite-utils",
"module": "src/index.ts",
"version": "0.1.223",
"version": "0.1.224",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "types": "dist/index.d.ts",

@@ -64,3 +64,3 @@ import { z } from "zod";

export const CollectionsSchema = z
.array(CollectionSchema)
.array(CollectionCreateSchema)
.describe("An array of collections to create");

@@ -67,0 +67,0 @@

Sorry, the diff of this file is too big to display

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