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

@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 0.1.0-alpha.12 to 1.0.0-alpha.0

5

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

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

"@empathyco/x-storage-service": "^2.0.0-alpha.2",
"@empathyco/x-types": "^10.0.0-alpha.22",
"nanoid": "~3.1.31",

@@ -48,3 +49,3 @@ "tslib": "~2.3.0"

},
"gitHead": "83f5a452e4e0ee4744c87696b36ffc91e709fe34"
"gitHead": "e15e3879b1d1ef2a104427f66b3df2647a06860d"
}

6

types/url.d.ts

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

import { TaggingRequest } from '@empathyco/x-types';
/**

@@ -19,5 +20,2 @@ * Returns the base url path and an object with the query parameters.

*/
export declare function getTaggingInfoFromUrl(taggingUrl: string): {
url: string;
params?: Record<string, string[] | string | boolean>;
};
export declare function getTaggingInfoFromUrl(taggingUrl: string): TaggingRequest;

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