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

@ticketmaster/allure-create-app

Package Overview
Dependencies
Maintainers
34
Versions
485
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ticketmaster/allure-create-app - npm Package Compare versions

Comparing version 0.2.6 to 0.3.0

4

dist/default/src/modules/identity/identity.api.ts
import axios, { AxiosResponse } from "axios";
import { useFetch, UseFetchReturn } from "@ticketmaster/allure-core";
import { useFetch, UseFetchResponse } from "@ticketmaster/allure-core";
import { IDENTITY_URL } from "@src/config";

@@ -7,3 +7,3 @@ import { User } from "./identity.definition";

export const identityAPI = {
useCurrentUser: (): UseFetchReturn<User> =>
useCurrentUser: (): UseFetchResponse<User> =>
useFetch(

@@ -10,0 +10,0 @@ {

{
"name": "@ticketmaster/allure-create-app",
"version": "0.2.6",
"version": "0.3.0",
"keywords": [

@@ -52,3 +52,3 @@ "react",

},
"gitHead": "27aab556ddd1c855b4aa79235e6beb92bfb9ecd6"
"gitHead": "6a15621f9d9432ac7a89d8fe36040278213d3896"
}

Sorry, the diff of this file is too big to display

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