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

appwrite-utils

Package Overview
Dependencies
Maintainers
1
Versions
139
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.2.1 to 0.2.2

1

dist/index.d.ts

@@ -25,1 +25,2 @@ export { areCollectionNamesSame } from "./functions/collections.js";

export { parseAttribute } from "./functions/schema.js";
export { type AuthUser, AuthUserSchema } from "./schemas/authUser.js";

@@ -24,1 +24,2 @@ export { areCollectionNamesSame } from "./functions/collections.js";

export { parseAttribute } from "./functions/schema.js";
export { AuthUserSchema } from "./schemas/authUser.js";

2

package.json
{
"name": "appwrite-utils",
"module": "dist/index.js",
"version": "0.2.1",
"version": "0.2.2",
"main": "dist/index.js",

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

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

- 0.2.2: Lots of updates, moved schemas and stuff here, fixed package, added export of AuthUser which got removed accidentally
- 0.1.21: Changed `ID.unique()` to `ulid()` for random ID generation, refactored `schema.ts` into multiple files

@@ -77,0 +78,0 @@ - 0.1.20: Forgot type ValidationRules, type ConverterFunctions, and type AfterImportActions

@@ -101,1 +101,2 @@ export { areCollectionNamesSame } from "./functions/collections.js";

export { parseAttribute } from "./functions/schema.js";
export { type AuthUser, AuthUserSchema } from "./schemas/authUser.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