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

thepeer-vue

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thepeer-vue - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

6

dist/types/index.d.ts

@@ -1,3 +0,3 @@

export { default as useDirectCharge } from './useDirectCharge';
export { default as useSend } from './useSend';
export { default as useCheckout } from './useCheckout';
export { default as useDirectCharge } from './useDirectCharge.js';
export { default as useSend } from './useSend.js';
export { default as useCheckout } from './useCheckout.js';

@@ -1,3 +0,3 @@

import { CheckoutProps } from './types';
import { CheckoutProps } from './types.js';
declare const useCheckout: (props: CheckoutProps) => void;
export default useCheckout;

@@ -1,3 +0,3 @@

import { GeneralProps } from './types';
import { GeneralProps } from './types.js';
declare const useDirectCharge: (props: GeneralProps) => void;
export default useDirectCharge;

@@ -1,3 +0,3 @@

import { GeneralProps } from './types';
import { GeneralProps } from './types.js';
declare const useSend: (props: GeneralProps) => void;
export default useSend;
{
"name": "thepeer-vue",
"version": "0.0.5",
"version": "0.0.6",
"description": "Official Vue package for Thepeer",

@@ -5,0 +5,0 @@ "keywords": [

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