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
135
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.17 to 0.1.18

2

dist/index.d.ts

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

export { type UrlAttribute, urlAttributeSchema, } from "./schemas/urlAttribute.js";
export { type AppwriteConfig, AppwriteConfigSchema, type CollectionCreate, CollectionCreateSchema, } from "./functions/schema.js";
export { type AppwriteConfig, AppwriteConfigSchema, type CollectionCreate, CollectionCreateSchema, type Attribute, attributeSchema, } from "./functions/schema.js";

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

export { urlAttributeSchema, } from "./schemas/urlAttribute.js";
export { AppwriteConfigSchema, CollectionCreateSchema, } from "./functions/schema.js";
export { AppwriteConfigSchema, CollectionCreateSchema, attributeSchema, } from "./functions/schema.js";
{
"name": "appwrite-utils",
"module": "src/index.ts",
"version": "0.1.17",
"version": "0.1.18",
"main": "dist/index.js",

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

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

- 0.1.18: Added Attribute type to exports (union of all types)
- 0.1.17: Fixed package in general, removed redundancies in appwrite-utils-cli as it now depends on this package

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

CollectionCreateSchema,
type Attribute,
attributeSchema,
} from "./functions/schema.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