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

@hybridly/utils

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hybridly/utils - npm Package Compare versions

Comparing version 0.0.1-alpha.19 to 0.0.1-alpha.20

3

dist/index.d.ts

@@ -43,2 +43,3 @@ import makeDebugger from 'debug';

declare function merge<T>(x: Partial<T>, y: Partial<T>): T;
declare function removeTrailingSlash(string: string): string;

@@ -57,2 +58,2 @@ declare const debug: {

export { FormDataConvertible, RequestData, debounce, debug, hasFiles, match, merge, objectToFormData, random, showPageComponentErrorModal, showResponseErrorModal, value, when };
export { FormDataConvertible, RequestData, debounce, debug, hasFiles, match, merge, objectToFormData, random, removeTrailingSlash, showPageComponentErrorModal, showResponseErrorModal, value, when };
{
"name": "@hybridly/utils",
"version": "0.0.1-alpha.19",
"version": "0.0.1-alpha.20",
"description": "A solution to develop server-driven, client-rendered applications",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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