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

@authpack/vue

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@authpack/vue - npm Package Compare versions

Comparing version

to
0.3.12

2

lib/index.d.ts
import { PluginFunction } from 'vue';
import { Authpack } from '@authpack/sdk';
export declare const Plugin: {
export declare const AuthpackPlugin: {
install: PluginFunction<{

@@ -5,0 +5,0 @@ value: Authpack;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const vue_1 = require("vue");
exports.Plugin = {
exports.AuthpackPlugin = {
install: (vue, options) => {

@@ -6,0 +6,0 @@ if (!options)

{
"name": "@authpack/vue",
"version": "0.3.11",
"version": "0.3.12",
"private": false,

@@ -5,0 +5,0 @@ "description": "Authpack's official integration for Vue",

Sorry, the diff of this file is not supported yet