Socket
Socket
Sign inDemoInstall

@empathyco/x-utils

Package Overview
Dependencies
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@empathyco/x-utils - npm Package Compare versions

Comparing version 1.0.0-alpha.10 to 1.0.0-alpha.11

4

package.json
{
"name": "@empathyco/x-utils",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"description": "A utility package for Empathy search",

@@ -50,3 +50,3 @@ "author": "Empathy Systems Corporation S.L.",

},
"gitHead": "17d5671eee5423faac83cdb48fdd38723a7dbbc6"
"gitHead": "46d1486940127536c55fd400fabb508a49b5633a"
}

@@ -6,3 +6,3 @@ /**

*/
export declare type AnyFunction = (...args: any[]) => any;
export declare type AnyFunction<ReturnType = any> = (...args: any[]) => ReturnType;
/**

@@ -9,0 +9,0 @@ * TypeScript type non-primitives. Array or Record with all possible types.

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