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

@burdy-cms/web-utils

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@burdy-cms/web-utils - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

9

dist/api/burdy-api.d.ts
import { IBurdyPage, IBurdyTag } from '../types';
declare type GetPageOptions = {
export declare type GetPageOptions = {
draft?: boolean;

@@ -11,3 +11,3 @@ includeChildren?: boolean;

};
declare type SearchPostsOptions = {
export declare type SearchPagesOptions = {
draft?: boolean;

@@ -30,3 +30,3 @@ type?: string;

};
declare type SearchTagsOptions = {
export declare type SearchTagsOptions = {
search?: string;

@@ -45,5 +45,4 @@ parent?: string;

getPage: <T = any>(url: string, options?: GetPageOptions) => Promise<IBurdyPage<T>>;
searchPages: <T_1 = any>(host: string, options: SearchPostsOptions) => Promise<IBurdyPage<T_1>[]>;
searchPages: <T_1 = any>(host: string, options: SearchPagesOptions) => Promise<IBurdyPage<T_1>[]>;
searchTags: (host: string, options: SearchTagsOptions) => Promise<IBurdyTag[]>;
};
export {};
{
"name": "@burdy-cms/web-utils",
"version": "1.1.0",
"version": "1.1.1",
"description": "Burdy web utilities",

@@ -5,0 +5,0 @@ "author": "Team Burdy <team@burdy.io>",

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