Socket
Socket
Sign inDemoInstall

@ignt/vue

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ignt/vue - npm Package Compare versions

Comparing version 0.0.2-alpha to 0.0.3-alpha

7

index.ts

@@ -5,3 +5,3 @@ // THIS FILE IS GENERATED AUTOMATICALLY. DO NOT MODIFY.

import { createIgnite, Environment, Ignite, registry } from '@ignt/client'
import { computed, ComputedRef, Ref, ref } from 'vue'
import { Ref, ref } from 'vue'

@@ -16,6 +16,5 @@ // defaults

let ignite: Ref<Ignite | undefined> = ref<Ignite>()
let computedIgnite = computed<Ignite | undefined>(() => ignite.value)
type Response = {
ignite: ComputedRef<Ignite | undefined>
ignite: Ref<Ignite | undefined>
signIn: (offlineSigner: OfflineDirectSigner) => void

@@ -58,3 +57,3 @@ signOut: () => void

return {
ignite: computedIgnite,
ignite,
signIn,

@@ -61,0 +60,0 @@ signOut

{
"name": "@ignt/vue",
"version": "0.0.2-alpha",
"version": "0.0.3-alpha",
"description": "Autogenerated Vue API",

@@ -5,0 +5,0 @@ "author": "Ignite Codegen <hello@ignt.com>",

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