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

@webiny/utils

Package Overview
Dependencies
Maintainers
0
Versions
369
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/utils - npm Package Compare versions

Comparing version 5.40.5 to 5.41.0-dbt.0

4

cacheKey.d.ts
/// <reference types="node" />
import { BinaryToTextEncoding } from "crypto";
export declare type ICacheKeyKeys = Record<string, any> | string | number;
export type ICacheKeyKeys = Record<string, any> | string | number;
export interface ICacheKeyOptions {

@@ -8,3 +8,3 @@ algorithm?: CacheKeyAlgorithmType;

}
export declare type CacheKeyAlgorithmType = "md5" | "sha1" | "sha224" | "sha256" | "sha384" | "sha512";
export type CacheKeyAlgorithmType = "md5" | "sha1" | "sha224" | "sha256" | "sha384" | "sha512";
export declare const createCacheKey: (input: ICacheKeyKeys, options?: ICacheKeyOptions) => string;

@@ -1,4 +0,4 @@

export declare type CursorInput = string | number | (string | number)[] | null;
export declare type CursorOutput = string | null;
export type CursorInput = string | number | (string | number)[] | null;
export type CursorOutput = string | null;
export declare const encodeCursor: (cursor?: CursorInput) => CursorOutput;
export declare const decodeCursor: (cursor?: CursorOutput) => CursorInput;
{
"name": "@webiny/utils",
"version": "5.40.5",
"version": "5.41.0-dbt.0",
"main": "index.js",

@@ -18,3 +18,3 @@ "types": "index.d.ts",

"dependencies": {
"@webiny/error": "5.40.5",
"@webiny/error": "5.41.0-dbt.0",
"mdbid": "1.0.0",

@@ -31,7 +31,7 @@ "nanoid": "3.3.7",

"@babel/runtime": "7.24.1",
"@webiny/cli": "5.40.5",
"@webiny/project-utils": "5.40.5",
"@webiny/cli": "5.41.0-dbt.0",
"@webiny/project-utils": "5.41.0-dbt.0",
"rimraf": "5.0.5",
"ttypescript": "1.5.15",
"typescript": "4.7.4"
"typescript": "4.9.5"
},

@@ -52,3 +52,3 @@ "peerDependencies": {

},
"gitHead": "f67778732392ed88f28da869ddacbf08a98cdec6"
"gitHead": "bbaec4dd1685579548c08bbde386aee5d96b80f8"
}

@@ -1,2 +0,2 @@

declare type WithoutNullableKeys<Type> = {
type WithoutNullableKeys<Type> = {
[Key in keyof Type]-?: WithoutNullableKeys<NonNullable<Type[Key]>>;

@@ -3,0 +3,0 @@ };

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