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.2.1 to 1.3.0

2

dist/rewrites/build-path.d.ts
import { Key } from 'path-to-regexp';
import { RewritesMap } from '../types';
export declare const rewrite: (string: string, params?: Record<Key['name'], string | undefined>) => string;
export declare const matchAndRewriteMap: <T = any>(path: string, map?: RewritesMap<T>[], baseUrl?: string) => string | T;
export declare const matchAndRewriteMap: <T = any>(path: string, map?: RewritesMap<T>[], baseUrl?: string) => T;

@@ -18,5 +18,5 @@ export * from './model';

export declare type RewritesObject<T extends {} | string> = {
rewrite: (path: string) => string | null | T;
rewrite: (path: string) => T;
getOrigin: () => string | undefined;
getRewrite: () => RewritesMap<T>[];
};
{
"name": "@burdy-cms/web-utils",
"version": "1.2.1",
"version": "1.3.0",
"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