Socket
Socket
Sign inDemoInstall

@58fe/v5

Package Overview
Dependencies
Maintainers
14
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@58fe/v5 - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

2

package.json
{
"name": "@58fe/v5",
"version": "1.7.0",
"version": "1.7.1",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "description": "vue components",

@@ -26,10 +26,10 @@ import Vue from 'vue';

$vm.$off('confirm');
$vm.$off('cancel');
$vm.$off('on-confirm');
$vm.$off('on-cancel');
return new Promise((resolve, reject) => {
$vm.$on('confirm', () => {
$vm.$on('on-confirm', () => {
resolve(true);
});
$vm.$on('cancel', () => {
$vm.$on('on-cancel', () => {
resolve(false);

@@ -36,0 +36,0 @@ });

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