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

appwrite-utils

Package Overview
Dependencies
Maintainers
0
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.3.6 to 0.3.7

2

dist/schemas/collection.js
import { z } from "zod";
import { ulid } from "ulid";
import { ulid } from "ulidx";
import { importDefSchemas } from "./importDef.js";

@@ -4,0 +4,0 @@ import { attributeSchema } from "./attribute.js";

{
"name": "appwrite-utils",
"module": "dist/index.js",
"version": "0.3.6",
"version": "0.3.7",
"main": "dist/index.js",

@@ -34,5 +34,5 @@ "types": "dist/index.d.ts",

"luxon": "^3.4.4",
"ulid": "^2.3.0",
"ulidx": "^2.3.0",
"zod": "^3.23.8"
}
}

@@ -75,2 +75,3 @@ # appwrite-utils

- 0.3.7: Remove `ulid` to replace with `ulidx` for compatibility
- 0.3.6: Bump to `appwrite` version

@@ -77,0 +78,0 @@ - 0.3.5: Added `flattenArray` which flattens an array, so if you accidentally convert things into `"someValue": [ ['1' ], '2', ]` you can now make that just `['1', '2',]`

import { z } from "zod";
import { ulid } from "ulid";
import { ulid } from "ulidx";
import { importDefSchemas } from "./importDef.js";

@@ -4,0 +4,0 @@ import { attributeSchema } from "./attribute.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